Package com.google.android.exoplayer2.ui
Annotation Type AdOverlayInfo.Purpose
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface AdOverlayInfo.Purpose
The purpose of the overlay. One ofAdOverlayInfo.PURPOSE_CONTROLS
,AdOverlayInfo.PURPOSE_CLOSE_AD
,AdOverlayInfo.PURPOSE_OTHER
orAdOverlayInfo.PURPOSE_NOT_VISIBLE
.