Asset Result
The result of the AssetRepository retrieval process.
Represents the result of receiving an advertising resource. It necessarily contains the resource data and the url where it was downloaded. In addition, you can observe the caching process. If the resource was successfully cached, you can get the local path to this resource via cacheResult.
Note: In cases of large resource sizes or small cache size, the object may be deleted over time to write a new advertising resources, so the SDK cannot guarantee constant access to the resource via the local path. The best way to retrieve a cached resource is to repeatedly call AssetRepository.getAsset.