Package com.my.target.common
Annotation Type CachePolicy
-
@Retention(SOURCE) public @interface CachePolicyConstants to define policy for downloading image and videos on the moment of loading ad request. Assets will be saved in memory and used later
-
-
Field Summary
Fields Modifier and Type Fields Description static intALLAll assets will be loaded during ad request.static intIMAGEOnly images will be loaded during ad request.static intNONEAssets will not be downloaded during ad request.static intVIDEOOnly video will be downloaded during ad request.
-