Skip to product menu
Skip to main content

notification.setActionSource()

Note: This API is supported from version 5.1.0 

The ZohoSalesIQ.Notification.setActionSource() API enables you to specify whether the notification click action should be managed by the App or the Mobilisten SDK.

If the ActionSource.app value is set, and the taps of SDK notifications will be invoked in the NotificationAction.clicked listeners.

Values

  • ActionSource.app
  • ActionSource.sdk

Example

CopiedZohoSalesIQ.notification.setActionSource(ActionSource.app);