Notification Launch Intent Provider
interface NotificationLaunchIntentProvider
Provide your NotificationLaunchIntentProvider in the NotificationCustomizationOptions when initializing the SDK via setNotificationCustomizationOptions.
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.