Interface POBNativeAdManager.POBNativeAdManagerListener

    • 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 onAdReceived(@NonNull() POBNativeAdManager adManager, @NonNull() POBNativeAd nativeAd) Notifies the callback that an Native Ad has been successfully loaded.
      abstract void onFailedToLoad(@NonNull() POBNativeAdManager adManager, @NonNull() POBError error) Notifies the callback of an error encountered while loading an adManager.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onAdReceived

         abstract void onAdReceived(@NonNull() POBNativeAdManager adManager, @NonNull() POBNativeAd nativeAd)

        Notifies the callback that an Native Ad has been successfully loaded.

        Parameters:
        adManager - Instance of POBNativeAdManager over which native ad is loaded
        nativeAd - the newly loaded instance of POBNativeAd
      • onFailedToLoad

         abstract void onFailedToLoad(@NonNull() POBNativeAdManager adManager, @NonNull() POBError error)

        Notifies the callback of an error encountered while loading an adManager.

        Parameters:
        adManager - Instance of POBNativeAdManager over which native adManager is loaded
        error - The error encountered while attempting to load the native ad.