Display a blocking alert dialog
a promise that will be resolved when the dialog is closed
title of the dialog
message to display in the dialog
Optional
options: AlertOptionsDisplay a blocking confirm dialog
a 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.
title of the dialog
message to display in the dialog
Optional
options: ConfirmOptionsDisplay a non-blocking notification
a 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.
message to display in the notification
Optional
options: NotificationOptionsDisplay a non-blocking and non-transient message
a 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.
message to display in the banner
Optional
options: ReportOptions
Service for displaying different notification messages