LengthCounter

interface LengthCounter

Interface definition for a length counter.

Functions

Link copied to clipboard
abstract fun countLength(@Nullable text: Editable): Int
Counts the length of the text and returns it.