AlertOption

data class AlertOption(val title: String? = "", val action: suspend () -> Unit? = null, val style: Int = AlertDialog.BUTTON_POSITIVE)(source)

Constructors

Link copied to clipboard
constructor(title: String? = "", action: suspend () -> Unit? = null, style: Int = AlertDialog.BUTTON_POSITIVE)

Properties

Link copied to clipboard
val action: suspend () -> Unit?
Link copied to clipboard
val style: Int
Link copied to clipboard