CharacterCounterParams

data class CharacterCounterParams(@IntRange(from = 0, to = 9223372036854775807) val characterLimit: Int, val accessibilityCharacterLimitMessage: String?)

Character limit counter values.

Parameters

characterLimit

max amount of character allowed. When set, display a character counter decorator with format "textLength/limit".

accessibilityCharacterLimitMessage

message to be deliver by the accessibility manager when character limit is reached e.g "Max length reached".

Constructors

Link copied to clipboard
constructor(@IntRange(from = 0, to = 9223372036854775807) characterLimit: Int, accessibilityCharacterLimitMessage: String?)

Types

Link copied to clipboard
object Companion

Properties