notification Channel Resource
suspend fun notificationChannelResource(name: String, block: suspend NotificationChannelResourceBuilder.() -> Unit): NotificationChannel
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for NotificationChannel.