with Res Channel Importance
fun withResChannelImportance(resChannelImportance: Int): NotificationConfigurationBuilder
Content copied to clipboard
notification channel importance. Must be one of
- {@link android.app.NotificationManager#IMPORTANCE_NONE}
- {@link android.app.NotificationManager#IMPORTANCE_LOW}
- {@link android.app.NotificationManager#IMPORTANCE_DEFAULT}
- {@link android.app.NotificationManager#IMPORTANCE_HIGH}
- {@link android.app.NotificationManager#IMPORTANCE_MAX}
Since
5.0.0
Return
this instance
See also
android.app.NotificationChannel
#NotificationChannel(String, CharSequence, int)
Parameters
resChannelImportance
notification channel importance. Default is {@link android.app.NotificationManager#IMPORTANCE_HIGH}