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