NotificationCustomizationOptions
NotificationManager
NotificationMessage
ProximityNotificationCustomizer
PushNotificationActionHandler
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
com.salesforce.marketingcloud.notifications
A BroadcastReceiver class that processes action payloads from Marketing Cloud Push Notifications.
1class PushNotificationActionHandler : BroadcastReceiverExtends: android.content.BroadcastReceiver
1constructor()Default constructor with no parameters.
1open override fun onReceive(
2 context: Context,
3 intent: Intent
4)Overrides the BroadcastReceiver.onReceive() method to handle incoming broadcast intents.
Parameters:
context: The Context in which the receiver is runningintent: The Intent being receivedReturns: Unit (void)
SDK Version: 11.0.0.0
Platform: androidJvm