Package com.google.android.exoplayer2
Annotation Type PlaybackException.FieldNumber
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) protected static @interface PlaybackException.FieldNumber
Identifiers for fields in aBundle
which represents a playback exception. Subclasses may usePlaybackException.FIELD_CUSTOM_ID_BASE
to generate more keys usingPlaybackException.keyForField(int)
.Note: Changes to the Bundleable implementation must be backwards compatible, so as to avoid breaking communication across different Bundleable implementation versions.