Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun PopupButton(id: String, type: PopupButtonType, text: String? = null): <Error class: unknown class>
Link copied to clipboard
fun PopupParams(message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): <Error class: unknown class>
fun PopupParams(message: String, title: String?, buttons: Array<PopupButton>): <Error class: unknown class>
fun PopupParams(title: String, message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): <Error class: unknown class>
Link copied to clipboard