NotificationChannelData

constructor(id: String = "DEFAULT_NOTIFICATION_CHANNEL_ID", name: String = "General", description: String = "", soundUri: String? = null)

Parameters

id

for General(or Miscellaneous or Other) notifications. Default value: "DEFAULT_NOTIFICATION_CHANNEL_ID"

name

this is the title that is shown on app notification channels. Default value is "General" Usually it is either General or Miscellaneous or Miscellaneous in most apps

description

Notification description

soundUri

Custom Notification sound, uri should be converted to String.