Package com.google.android.exoplayer2.ui
Annotation Type PlayerNotificationManager.Priority
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface PlayerNotificationManager.Priority
Priority of the notification (required for API 25 and lower). One ofNotificationCompat.PRIORITY_DEFAULT
,NotificationCompat.PRIORITY_MAX
,NotificationCompat.PRIORITY_HIGH
,NotificationCompat.PRIORITY_LOW
orNotificationCompat.PRIORITY_MIN
.