AlertAction

data class AlertAction(val title: String, val callback: (DialogInterface) -> Unit)

Constructors

Link copied to clipboard
fun AlertAction(title: String, callback: (DialogInterface) -> Unit)

Properties

Link copied to clipboard
val callback: (DialogInterface) -> Unit
Link copied to clipboard
val title: String