Notification.getPayload()
The ZohoSalesIQ.Notification.getPayload() API retrieves the payload information associated with a notification when the user taps the notification.
Note:
- This API is supported from version 8.1.0
- Use ZohoSalesIQ.Chat.open() API to open the tapped notification chat.
Parameters
- info - A dictionary with the information associated with the notification.
- completion - A closure that takes an optional `SalesIQNotificationPayload` parameter, representing the payload object retrieved from the notification.
Syntax
Copied
Example
Copied