get Notification Channel Id
abstract fun getNotificationChannelId(@NonNull context: Context, @NonNull notificationMessage: NotificationMessage): String
Provide the notification channel id to be used for the
notificationMessage
. Providing null
or an id for a channel that does not exist will result in Android not showing the notification.
Return
Channel Id
Parameters
context
The context to use if you need to create the necessary notification channel
notification Message
The message that represents the notification that will be posted to the provided channel