BeforeTextChangeEvent

data class BeforeTextChangeEvent(val view: TextView, val text: CharSequence, val start: Int, val count: Int, val after: Int)

Constructors

Link copied to clipboard
fun BeforeTextChangeEvent(view: TextView, text: CharSequence, start: Int, count: Int, after: Int)

Properties

Link copied to clipboard
val after: Int
Link copied to clipboard
val count: Int
Link copied to clipboard
val start: Int
Link copied to clipboard
Link copied to clipboard