Stay organized with collections
Save and categorize content based on your preferences.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-17 UTC.
[null,null,["Last updated 2025-07-17 UTC."],[],[],null,["# PlayerNotificationManager.Priority\n==================================\n\nArtifact: [androidx.media3:media3-ui](/jetpack/androidx/releases/media3) \n[View Source](https://cs.android.com/search?q=file:androidx/media3/ui/PlayerNotificationManager.java+class:androidx.media3.ui.PlayerNotificationManager.Priority)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/media3/ui/PlayerNotificationManager.Priority \"View this page in Java\")\n\n\n```\n@Documented\n@Retention(value = RetentionPolicy.SOURCE)\n@Target(value = ElementType.TYPE_USE)\n@IntDef(value = [NotificationCompat.PRIORITY_DEFAULT, NotificationCompat.PRIORITY_MAX, NotificationCompat.PRIORITY_HIGH, NotificationCompat.PRIORITY_LOW, NotificationCompat.PRIORITY_MIN])\nannotation PlayerNotificationManager.Priority\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nPriority of the notification (required for API 25 and lower). One of [PRIORITY_DEFAULT](/reference/kotlin/androidx/core/app/NotificationCompat#PRIORITY_DEFAULT()), [PRIORITY_MAX](/reference/kotlin/androidx/core/app/NotificationCompat#PRIORITY_MAX()), [PRIORITY_HIGH](/reference/kotlin/androidx/core/app/NotificationCompat#PRIORITY_HIGH()), [PRIORITY_LOW](/reference/kotlin/androidx/core/app/NotificationCompat#PRIORITY_LOW())or [PRIORITY_MIN](/reference/kotlin/androidx/core/app/NotificationCompat#PRIORITY_MIN())."]]