create Default Notification Channel
open fun createDefaultNotificationChannel(@NonNull context: Context, forceRecreate: Boolean): String
Will create the default notification channel used by the SDK.
Return
The channel id of the created notification channel.
Parameters
context
Context
force Recreate
It true, the SDK will create the channel even if it already exists. If you have provided localization for the SDK's channel name R.string.mcsdk_default_notification_channel_name
then you will need to pass true
when the user changes the language on their device.
Will create the default notification channel used by the SDK only if it does not already exist.
Return
The channel id of the created notification channel.
Parameters
context
Context