showNotification
showNotification action triggers the display of local notifications within the app, notifying users of important events or information even when the app is in the background or closed, enhancing user engagement and ensuring timely communication with users.
Properties
Property | Type | Description |
---|---|---|
title | string | Title of notification |
body | string | Body of notification |
Example
You can refer here for example related to notification. Can also refer complete example here (opens in a new tab).