Popup Params
fun PopupParams( message: String, title: String?, buttons: Array<PopupButton>): PopupParams
Content copied to clipboard
fun PopupParams( message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): PopupParams
Content copied to clipboard
fun PopupParams( title: String, message: String, firstButton: PopupButton, vararg otherButtons: PopupButton): PopupParams
Content copied to clipboard