NotificationBuilder

Provide your NotificationBuilder in the NotificationCustomizationOptions when initializing the SDK via setNotificationCustomizationOptions. If the builder is provided it is expected to be complete and will be used as-is by the SDK to display the notification. Please consult the Android documentation to ensure completeness.

Functions

Link copied to clipboard
@NonNull
abstract fun setupNotificationBuilder(@NonNull context: Context, @NonNull notificationMessage: NotificationMessage): NotificationCompat.Builder
Provide the Notification Builder to be used when displaying a notification message.