logPushNotificationActionClicked

open override fun logPushNotificationActionClicked(campaignId: String?, actionId: String?, actionType: String?)

Reports that the user clicked on a push notification action button.

Parameters

campaignId

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

actionId

The ID of the action button that was clicked.

actionType

The action type from the intent's string extra under Constants.BRAZE_ACTION_TYPE_KEY.