Annotation Type AdPlaybackState.AdState
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface AdPlaybackState.AdState
Represents the state of an ad in an ad group. One ofAdPlaybackState.AD_STATE_UNAVAILABLE
,AdPlaybackState.AD_STATE_AVAILABLE
,AdPlaybackState.AD_STATE_SKIPPED
,AdPlaybackState.AD_STATE_PLAYED
orAdPlaybackState.AD_STATE_ERROR
.