PlayerNotificationManager.Priority
Artifact: androidx.media3:media3-ui
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = [NotificationCompat.PRIORITY_DEFAULT, NotificationCompat.PRIORITY_MAX, NotificationCompat.PRIORITY_HIGH, NotificationCompat.PRIORITY_LOW, NotificationCompat.PRIORITY_MIN])
public annotation PlayerNotificationManager.Priority
Priority of the notification (required for API 25 and lower). One of PRIORITY_DEFAULT
, PRIORITY_MAX
, PRIORITY_HIGH
, PRIORITY_LOW
or PRIORITY_MIN
.