Interface NativeBannerAd.NativeBannerAdListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onClick(@NonNull() NativeBannerAd ad) Calls when user clicks on ad creative
      abstract void onLoad(@NonNull() NativeBanner banner, @NonNull() NativeBannerAd ad) Calls if the data is loaded successfully.
      abstract void onNoAd(@NonNull() IAdLoadingError adLoadingError, @NonNull() NativeBannerAd ad) Calls if no data received
      abstract void onShow(@NonNull() NativeBannerAd ad) Calls when ad appears on screen
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onClick

         abstract void onClick(@NonNull() NativeBannerAd ad)

        Calls when user clicks on ad creative

        Parameters:
        ad - current instance
      • onLoad

         abstract void onLoad(@NonNull() NativeBanner banner, @NonNull() NativeBannerAd ad)

        Calls if the data is loaded successfully.

        Parameters:
        banner - banner model
        ad - current instance
      • onNoAd

         abstract void onNoAd(@NonNull() IAdLoadingError adLoadingError, @NonNull() NativeBannerAd ad)

        Calls if no data received

        Parameters:
        adLoadingError - reason for not receiving ad
        ad - current instance
      • onShow

         abstract void onShow(@NonNull() NativeBannerAd ad)

        Calls when ad appears on screen

        Parameters:
        ad - current instance