NotificationManager
Types
Link copied to clipboard
Provide your NotificationBuilder in the NotificationCustomizationOptions when initializing the SDK via com.salesforce.marketingcloud.pushfeature.config.PushFeatureConfig.notificationCustomizationOptions.
Link copied to clipboard
Provide your NotificationChannelIdProvider in the NotificationCustomizationOptions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun registerNotificationMessageDisplayedListener(listener: NotificationManager.NotificationMessageDisplayedListener)
Registers the provided listener.
Link copied to clipboard
abstract fun setShouldShowNotificationListener(listener: NotificationManager.ShouldShowNotificationListener?)
Set a Should Show Notification Listener that will be queried as to whether or not a given notification should be displayed by the SDK.
Link copied to clipboard
Link copied to clipboard
abstract fun unregisterNotificationMessageDisplayedListener(listener: NotificationManager.NotificationMessageDisplayedListener)
Unregisters the provided listener.