TextChangedEvent

open class TextChangedEvent

Event sent by EditText when the text entered by the user changes.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var text: String
Link copied to clipboard
open var view: EditText