PlayerNotificationManager.Priority


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = ElementType.TYPE_USE)
@IntDef(value = [NotificationCompat.PRIORITY_DEFAULTNotificationCompat.PRIORITY_MAXNotificationCompat.PRIORITY_HIGHNotificationCompat.PRIORITY_LOWNotificationCompat.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_LOWor PRIORITY_MIN.