StreamNotificationChannelInfo

constructor(id: String, name: String, description: String, importance: Int = NotificationManager.IMPORTANCE_HIGH)

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.