Interface NativeBannerAdLoader.OnLoad

Enclosing class:
NativeBannerAdLoader

public static interface NativeBannerAdLoader.OnLoad
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Calls if the data is loaded successfully.
  • Method Details

    • onLoad

      void onLoad(@NonNull List<NativeBannerAd> ads)
      Calls if the data is loaded successfully.
      Parameters:
      ads - collection of ad objects
      See Also: