AlertAction

data class AlertAction(val text: String, val onPress: () -> Unit, val isPrimary: Boolean = false)

Constructors

Link copied to clipboard
constructor(text: String, onPress: () -> Unit, isPrimary: Boolean = false)

Properties

Link copied to clipboard
val isPrimary: Boolean = false
Link copied to clipboard
val onPress: () -> Unit
Link copied to clipboard