show Popup
fun WebApp.showPopup( message: String, title: String?, buttons: Array<PopupButton>, callback: ClosePopupCallback? = null)
Content copied to clipboard
fun WebApp.showPopup( message: String, title: String?, firstButton: PopupButton, vararg otherButtons: PopupButton, callback: ClosePopupCallback? = null)
Content copied to clipboard