TextChangeEvent

data class TextChangeEvent(val view: TextView, val text: CharSequence, val start: Int, val before: Int, val count: Int)

Constructors

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

Properties

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