interface NotificationChannelIdProvider
Provide your NotificationChannelIdProvider
in the NotificationCustomizationOptions
when initializing the SDK via com.salesforce.marketingcloud.MarketingCloudConfig.Builder#setNotificationCustomizationOptions(NotificationCustomizationOptions)
.
getNotificationChannelId |
Provide the abstract fun getNotificationChannelId(context: Context, notificationMessage: NotificationMessage): String |