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.

Constructors

Link copied to clipboard
constructor(id: String, name: String, description: String, importance: Int = NotificationManager.IMPORTANCE_HIGH)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard