resChannelImportance

var resChannelImportance: Int

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}

Return

notification channel importance. Default is {@link android.app.NotificationManager#IMPORTANCE_HIGH}

Since

5.0.0

See also

android.app.NotificationChannel

#NotificationChannel(String, CharSequence, int)