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