@Deprecated
public interface AppLovinNativeAdPrecacheListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNativeAdImagePrecachingFailed(AppLovinNativeAd ad,
int errorCode)
Deprecated.
Invoked if pre-caching image resources fails.
|
void |
onNativeAdImagesPrecached(AppLovinNativeAd ad)
Deprecated.
Invoked when image resources have been successfully pre-cached in a native ad.
|
void |
onNativeAdVideoPrecachingFailed(AppLovinNativeAd ad,
int errorCode)
Deprecated.
Invoked if pre-caching video resources fails.
|
void |
onNativeAdVideoPreceached(AppLovinNativeAd ad)
Deprecated.
Invoked when image resources have been successfully pre-cached in a native ad.
|
void onNativeAdImagesPrecached(AppLovinNativeAd ad)
After this point, any resource URL getters, such as AppLovinNativeAd.getImageUrl(), will return local filesystem URLs.
void onNativeAdVideoPreceached(AppLovinNativeAd ad)
After this point, AppLovinNativeAd.getVideoUrl() ()} will return a local filesystem URL.
void onNativeAdImagePrecachingFailed(AppLovinNativeAd ad, int errorCode)
errorCode - Error code describing the failed pre-caching attempt. Likely corresponds to a constant in AppLovinErrorCodes.void onNativeAdVideoPrecachingFailed(AppLovinNativeAd ad, int errorCode)
errorCode - Error code describing the failed pre-caching attempt. Likely corresponds to a constant in AppLovinErrorCodes.