NotificationChannelCompat

constructor(@NonNull notificationChannel: NotificationChannel)

NotificationChannelCompat constructor.

Parameters

notificationChannel

A NotificationChannel instance.


constructor(@NonNull id: String, @NonNull name: CharSequence, importance: Int)

NotificationChannelCompat constructor.

Parameters

id

The channel identifier.

name

The channel name.

importance

The notification importance.