countLength

abstract fun countLength(@Nullable text: Editable): Int

Counts the length of the text and returns it.

Return

The count that the counter should be updated with.

Parameters

text

The text to count the length for.