NotificationChannelCompat

@RequiresApi(api = 26)
constructor(notificationChannel: NotificationChannel)(source)

NotificationChannelCompat constructor.

Parameters

notificationChannel

A NotificationChannel instance.


constructor(id: String, name: CharSequence, importance: Int)(source)

NotificationChannelCompat constructor.

Parameters

id

The channel identifier.

name

The channel name.

importance

The notification importance.