Display a blocking alert dialog
title of the dialog
message to display in the dialog
Optionaloptions: AlertOptionsa promise that will be resolved when the dialog is closed
Display a blocking confirm dialog
title of the dialog
message to display in the dialog
Optionaloptions: ConfirmOptionsa promise that will be resolved to true when the dialog is closed. If the accepting button was pressed, the promise will resolve to true. Otherwise, the promise will resolve to false.
Display a non-blocking notification
message to display in the notification
Optionaloptions: NotificationOptionsa promise that will be resolved when the notification is closed. If the notification has an action button and it was pressed, the promise will resolve to true. Otherwise, the promise will resolve to false.
Display a non-blocking and non-transient message
message to display in the banner
Optionaloptions: ReportOptionsa promise that will be resolved when the notification is closed. If the notification has an action button and it was pressed, the promise will resolve to true. Otherwise, the promise will resolve to false.
Service for displaying different notification messages