getNotificationPendingIntent

Provide a PendingIntent for the desired destination when a notification is opened. This value will be set as the 'content intent' on the notification.

The SDK will wrap the returned PendingIntent such that it can log analytics for when the notification is clicked.

Return

The PendingIntent for the notificationMessage.

Parameters

context

The context to use when creating the PendingIntent

notificationMessage

The message for the PendingIntent

See also