NotificationLaunchIntentProvider
interface NotificationLaunchIntentProvider
Provide your NotificationLaunchIntentProvider in the NotificationCustomizationOptions when initializing the SDK.
Functions
Link copied to clipboard
abstract fun getNotificationPendingIntent(@NonNull context: Context, @NonNull notificationMessage: NotificationMessage): PendingIntent
Provide a PendingIntent for the desired destination when a notification is opened.