showPopup

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