channelImportanceLow

@JvmField
val channelImportanceLow: Boolean = false(source)

If true, NotificationManager.IMPORTANCE_LOW will be used for NotificationChannel.setImportance.

If false, NotificationManager.IMPORTANCE_DEFAULT will be used instead.

NOTE: The NotificationChannel is configured to NOT make any noise, even if NotificationManager.IMPORTANCE_DEFAULT is being utilized.

Default: false