PopupAlert

class PopupAlert

Constructors

PopupAlert
Link copied to clipboard
fun PopupAlert(type: AlertType, value: String)
PopupAlert
Link copied to clipboard
fun PopupAlert()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

type
Link copied to clipboard
lateinit var type: AlertType
value
Link copied to clipboard
lateinit var value: String

Sources

jvm source
Link copied to clipboard