log Push Notification Action Clicked
abstract fun logPushNotificationActionClicked(campaignId: String?, actionId: String?, actionType: String?)
Reports that the user clicked on a push notification action button.
Parameters
campaign Id
The ID of the campaign that triggered the push notification. This can be found as an extra in the push notification intent.
action Id
The ID of the action button that was clicked.
action Type
The action type from the intent's string extra under Constants.BRAZE_ACTION_TYPE_KEY.