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,["# C.SelectionReason\n=================\n\nArtifact: [androidx.media3:media3-common](/jetpack/androidx/releases/media3) \n[View Source](https://cs.android.com/search?q=file:androidx/media3/common/C.java+class:androidx.media3.common.C.SelectionReason)\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/media3/common/C.SelectionReason \"View this page in Kotlin\") \\|Java\n\n\n```\n@UnstableApi\n@Documented\n@Retention(value = RetentionPolicy.SOURCE)\n@Target(value = ElementType.TYPE_USE)\n@IntDef(open = true, value = )\npublic annotation C.SelectionReason\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nRepresents a reason for selection. May be one of [SELECTION_REASON_UNKNOWN](/reference/androidx/media3/common/C#SELECTION_REASON_UNKNOWN()), [SELECTION_REASON_INITIAL](/reference/androidx/media3/common/C#SELECTION_REASON_INITIAL()), [SELECTION_REASON_MANUAL](/reference/androidx/media3/common/C#SELECTION_REASON_MANUAL()), [SELECTION_REASON_ADAPTIVE](/reference/androidx/media3/common/C#SELECTION_REASON_ADAPTIVE()) or [SELECTION_REASON_TRICK_PLAY](/reference/androidx/media3/common/C#SELECTION_REASON_TRICK_PLAY()). May also be an app-defined value (see [SELECTION_REASON_CUSTOM_BASE](/reference/androidx/media3/common/C#SELECTION_REASON_CUSTOM_BASE()))."]]