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 of NotificationCompat.PRIORITY_DEFAULT, NotificationCompat.PRIORITY_MAX, NotificationCompat.PRIORITY_HIGH, NotificationCompat.PRIORITY_LOWor NotificationCompat.PRIORITY_MIN.