CharacterCounterParams

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

Character limit counter values.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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