Notification Channel Id Provider
interface NotificationChannelIdProvider
Provide your NotificationChannelIdProvider in the NotificationCustomizationOptions when initializing the SDK via setNotificationCustomizationOptions.
Functions
Link copied to clipboard
abstract fun getNotificationChannelId(@NonNull context: Context, @NonNull notificationMessage: NotificationMessage): String
Provide the notification channel id to be used for the
notificationMessage
.