TextPastedEvent

open class TextPastedEvent

Event sent by EditText when the text entered is pasted from clipboard.

Constructors

Link copied to clipboard
constructor()

Properties

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