Package com.my.target.nativeads
Interface NativeAd.NativeAdChoicesListener
- Enclosing class:
- NativeAd
public static interface NativeAd.NativeAdChoicesListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAdChoicesIconLoad(ImageData imageData, boolean success, NativeAd ad) Calls when image loaded successfully
-
Method Details
-
onAdChoicesIconLoad
Calls when image loaded successfully- Parameters:
imageData- is current instancesuccess- is download statusad- current instance
-