Notification.process()

Note: This API is supported by SDK version 8.1.0 and is only available for Android.

The ZohoSalesIQ.Notification.process() API processes the push message and generates a notification if it originated from SalesIQ.

Syntax

CopiedZohoSalesIQ.Notification.process(notificationPayload: object);

Example

CopiedZohoSalesIQ.Notification.process(remoteMessage.data);