TextInputAction

data class TextInputAction(val text: String?, val placeholder: String?, val textObserver: AlertTextObserver)

An action that represents an input field in the alert and its initial state

Parameters

text

The initial text of the input field

placeholder

The hint of the input field

textObserver

The block to execute when the user edits the text in the input field

Constructors

Link copied to clipboard
constructor(text: String?, placeholder: String?, textObserver: AlertTextObserver)

Properties

Link copied to clipboard
Link copied to clipboard
val text: String?
Link copied to clipboard