Package com.google.android.exoplayer2.ui
Annotation Type PlayerNotificationManager.Visibility
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface PlayerNotificationManager.Visibility
Visibility of notification on the lock screen. One ofNotificationCompat.VISIBILITY_PRIVATE
,NotificationCompat.VISIBILITY_PUBLIC
orNotificationCompat.VISIBILITY_SECRET
.