public @interface

NotificationUtil.Importance

implements java.lang.annotation.Annotation

 androidx.media3.common.util.NotificationUtil.Importance

Overview

Notification channel importance levels. One of NotificationUtil.IMPORTANCE_UNSPECIFIED, NotificationUtil.IMPORTANCE_NONE, NotificationUtil.IMPORTANCE_MIN, NotificationUtil.IMPORTANCE_LOW, NotificationUtil.IMPORTANCE_DEFAULT or NotificationUtil.IMPORTANCE_HIGH.

Summary