PushNotificationActionHandler

com.salesforce.marketingcloud.notifications

A BroadcastReceiver class that processes action payloads from Marketing Cloud Push Notifications.

Extends: android.content.BroadcastReceiver

Default constructor with no parameters.

Overrides the BroadcastReceiver.onReceive() method to handle incoming broadcast intents.

Parameters:

  • context: The Context in which the receiver is running
  • intent: The Intent being received

Returns: Unit (void)


SDK Version: 11.0.0.0
Platform: androidJvm