ShowAlertOptions

data class ShowAlertOptions(val message: String, val type: String = "info", val durationMillis: Long = 3000)

Constructors

Link copied to clipboard
constructor(message: String, type: String = "info", durationMillis: Long = 3000)

Properties

Link copied to clipboard
val durationMillis: Long = 3000
Link copied to clipboard
Link copied to clipboard