.Chat.open()
The ZohoSalesIQ.Chat.open() API is used to open the mobilisten/support UI based on the data provided in the notification payload. This API can only be used in the Notification.getPayload().
Parameters
- payload - The payload received from Notification.getPayload() API.
Syntax
CopiedZohoSalesIQ.Chat.open(with payload: SalesIQNotificationPayload?)
Example
CopiedZohoSalesIQ.Chat.open(with: payload)