NotificationUtil.Importance
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
annotation NotificationUtil.Importance
Notification channel importance levels. One of IMPORTANCE_UNSPECIFIED
, IMPORTANCE_NONE
, IMPORTANCE_MIN
, IMPORTANCE_LOW
, IMPORTANCE_DEFAULT
or IMPORTANCE_HIGH
.