Interface POBNativeAdEventListener

  • All Implemented Interfaces:

    
    public interface POBNativeAdEventListener
    
                        

    The native custom event listener. It is used to inform the ad server SDK events back to the OpenWrap SDK.

    • 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 onNativeAdClosed() Get called this when the ad server SDK closed the ad
      abstract void onNativeAdOpened() Get called this when the ad server SDK has opened an ad
      abstract void onNativeAdClicked() Get called when the ad server SDK informs about click event as a result of user interaction.
      abstract void onNativeAdImpression() Get called when the ad server SDK informs about impression event
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onNativeAdClosed

         abstract void onNativeAdClosed()

        Get called this when the ad server SDK closed the ad

      • onNativeAdOpened

         abstract void onNativeAdOpened()

        Get called this when the ad server SDK has opened an ad

      • onNativeAdClicked

         abstract void onNativeAdClicked()

        Get called when the ad server SDK informs about click event as a result of user interaction.

      • onNativeAdImpression

         abstract void onNativeAdImpression()

        Get called when the ad server SDK informs about impression event