Interface NativeAppwallAd.AppwallAdListener

  • Enclosing class:
    NativeAppwallAd

    public static interface NativeAppwallAd.AppwallAdListener
    • Method Detail

      • onLoad

        void onLoad​(@NonNull
                    NativeAppwallAd ad)
        Calls if the data is loaded successfully.
        Parameters:
        ad - current instance
        See Also:
        NativeAppwallAd
      • onNoAd

        void onNoAd​(@NonNull
                    IAdLoadingError adLoadingError,
                    @NonNull
                    NativeAppwallAd ad)
        Calls if no data received
        Parameters:
        adLoadingError - reason for not receiving ad
        ad - current instance
      • onDisplay

        void onDisplay​(@NonNull
                       NativeAppwallAd ad)
        Calls when ad appears on screen
        Parameters:
        ad - current instance
      • onDismiss

        void onDismiss​(@NonNull
                       NativeAppwallAd ad)
        Calls when ad closed
        Parameters:
        ad - current instance