MobileCRM.UI.Form.showToast - Resconet/JSBridge GitHub Wiki
Shows a toast window over the app window which is dismissed after a few seconds.
Arguments
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");