StreamNotificationChannelInfo
data class StreamNotificationChannelInfo(val id: String, val name: String, val description: String, val importance: Int = NotificationManager.IMPORTANCE_HIGH)
Provides the channel information for the notification.
Parameters
id
The id of the channel.
name
The name of the channel.
description
The description of the channel.
importance
The importance of the channel.