protected @interface

PlaybackException.FieldNumber

implements java.lang.annotation.Annotation

 androidx.media3.common.PlaybackException.FieldNumber

Overview

Identifiers for fields in a which represents a playback exception. Subclasses may use PlaybackException.FIELD_CUSTOM_ID_BASE to generate more keys using PlaybackException.keyForField(int).

Note: Changes to the Bundleable implementation must be backwards compatible, so as to avoid breaking communication across different Bundleable implementation versions.

Summary