Package com.my.target.nativeads
Interface NativeBannerAdLoader.OnLoad
-
- Enclosing class:
- NativeBannerAdLoader
public static interface NativeBannerAdLoader.OnLoad
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLoad(java.util.List<NativeBannerAd> ads)Calls if the data is loaded successfully.
-
-
-
Method Detail
-
onLoad
void onLoad(@NonNull java.util.List<NativeBannerAd> ads)Calls if the data is loaded successfully.- Parameters:
ads- collection of ad objects- See Also:
NativeBannerAd
-
-