Builder
Builder class for creating an Alert
Functions
Link copied to clipboard
Adds a list of Action to the alert
Link copied to clipboard
Sets the message displayed in the alert
Link copied to clipboard
Sets an Action with Action.Style.NEGATIVE. If one already exists it will be replaced.
Link copied to clipboard
Sets the Action with Action.Style.NEUTRAL. If one already exists it will be replaced.
Link copied to clipboard
Sets an Action with Action.Style.POSITIVE. If one already exists it will be replaced.
Link copied to clipboard
fun setTextInput(text: String? = null, placeholder: String?, textObserver: AlertTextObserver): Alert.Builder
Initializes alert's input field
Link copied to clipboard
Sets the title displayed in the alert