Package-level declarations

Types

Link copied to clipboard
external interface PopupButton
Link copied to clipboard
@Serializable
enum PopupButtonType : Enum<PopupButtonType>
Link copied to clipboard
external interface PopupParams
Link copied to clipboard
external interface ScanQrPopupParams

Functions

Link copied to clipboard
fun CancelPopupButton(id: String): ERROR CLASS: Resolution to classifier
Link copied to clipboard
fun ClosePopupButton(id: String): ERROR CLASS: Resolution to classifier
Link copied to clipboard
fun DefaultPopupButton(id: String, text: String): ERROR CLASS: Resolution to classifier
Link copied to clipboard
fun DestructivePopupButton(id: String, text: String): ERROR CLASS: Resolution to classifier
Link copied to clipboard
fun OkPopupButton(id: String): ERROR CLASS: Resolution to classifier
Link copied to clipboard
fun PopupParams(message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): ERROR CLASS: Ambiguity: PopupParams, [eu/vendeli/webapps/popup/PopupParams, eu/vendeli/webapps/popup/PopupParams]
fun PopupParams(title: String, message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): ERROR CLASS: Ambiguity: PopupParams, [eu/vendeli/webapps/popup/PopupParams, eu/vendeli/webapps/popup/PopupParams]