Notifier
Overview
A non visible component to show alerts and confirm dialogs
Blocks
Methods
Show Alert
Shows the alert for given message
loading block...
| Input Params | Type | Description |
|---|---|---|
| message | String | The text to show in an alert. |
Show Prompt Dialog
Returns: String
shows the promt dialog for the given message
loading block...
| Input Params | Type | Description |
|---|---|---|
| message | String | The text to show in a dialog. |
Show Confirm Dialog
Returns: Boolean
shows the confirm dialog for the given message
loading block...
| Input Params | Type | Description |
|---|---|---|
| message | String | The text to show in a confirm dialog. |