logPushNotificationOpened

open override fun logPushNotificationOpened(campaignId: String?)

When possible, .logPushNotificationOpened should be used instead. Note that integrations shouldn't be calling this method directly.

Reports that the user clicked on the push notification.

Parameters

campaignId

The ID of the campaign that triggered the push notification. This can be found as an extra in the push notification intent.


open override fun logPushNotificationOpened(intent: Intent?)

Reports that the user clicked on the push notification. Note that integrations shouldn't be calling this method directly.

Parameters

intent

The push notification intent.