Package com.my.target.nativeads
Interface NativeBannerAdLoader.OnLoad
-
- All Implemented Interfaces:
public interface NativeBannerAdLoader.OnLoad
-
-
Method Summary
Modifier and Type Method Description abstract voidonLoad(@NonNull() List<NativeBannerAd> ads)Calls if the data is loaded successfully. -
-
Method Detail
-
onLoad
abstract void onLoad(@NonNull() List<NativeBannerAd> ads)
Calls if the data is loaded successfully.
- Parameters:
ads- collection of ad objects
-
-
-
-