Interface NativeAdEventListener


  • public interface NativeAdEventListener
    A listener for receiving notifications during the lifecycle of a native ad.
    • Method Detail

      • onLeftApplication

        void onLeftApplication()
        Called when user is about to leave application (e.g., to go to the browser), as a result of clicking on the ad.
      • onReturnedToApplication

        void onReturnedToApplication()
        Called when user returned to application after click.