-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.Form.showToast
rescocrm edited this page May 15, 2023
·
4 revisions
Shows a toast window over the app window which is dismissed after a few seconds.
| Argument | Type | Description |
|---|---|---|
| message | String | A toast content message. |
| icon | String | Valid app image name (e.g. Home.Now.png). |
This example demonstrate how to display toast window with text and home icon, which is dismissed after few seconds.
MobileCRM.UI.Form.showToast("MCRM say hello", "Home.Now.png");