createDefaultNotificationChannel

Will create the default notification channel used by the SDK.

Return

The channel id of the created notification channel.

Parameters

context

Context

forceRecreate

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