Shows an alert to the user
Analogous to the
window.alert()
function in web browser JavaScript. The popup is
modal.
title : string
The title of the alert pop-up.
text : string
The text of the alert pop-up.
okLabel? : string
The label for the “OK” button.
Defaults to "OK"
.
Shows an alert to the user
Analogous to the
window.alert()
function in web browser JavaScript. The popup is
modal.
title : string
The title of the alert pop-up.
text : string
The text of the alert pop-up.
okLabel? : string
The label for the “OK” button.
Defaults to "OK"
.