AdPlaybackState.AdState
Artifact: androidx.media3:media3-common
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = )
@IntDef(value = )
public annotation AdPlaybackState.AdState
Represents the state of an ad in an ad group. One of AD_STATE_UNAVAILABLE
, AD_STATE_AVAILABLE
, AD_STATE_SKIPPED
, AD_STATE_PLAYED
or AD_STATE_ERROR
.