Annotation Type NotificationUtil.Importance
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface NotificationUtil.Importance
Notification channel importance levels. One ofNotificationUtil.IMPORTANCE_UNSPECIFIED
,NotificationUtil.IMPORTANCE_NONE
,NotificationUtil.IMPORTANCE_MIN
,NotificationUtil.IMPORTANCE_LOW
,NotificationUtil.IMPORTANCE_DEFAULT
orNotificationUtil.IMPORTANCE_HIGH
.