public @interface

PlayerNotificationManager.Priority

implements java.lang.annotation.Annotation

 androidx.media3.ui.PlayerNotificationManager.Priority

Overview

Priority of the notification (required for API 25 and lower). One of NotificationCompat.PRIORITY_DEFAULT, NotificationCompat.PRIORITY_MAX, NotificationCompat.PRIORITY_HIGH, NotificationCompat.PRIORITY_LOWor NotificationCompat.PRIORITY_MIN.

Summary