NotificationLaunchIntentProvider

Provide your NotificationLaunchIntentProvider in the NotificationCustomizationOptions when initializing the SDK via setNotificationCustomizationOptions.

Functions

Link copied to clipboard
@Nullable
abstract fun getNotificationPendingIntent(@NonNull context: Context, @NonNull notificationMessage: NotificationMessage): PendingIntent
Provide a PendingIntent for the desired destination when a notification is opened.