com.sec.android.ad
Interface AdInterstitialListener


public interface AdInterstitialListener

AdInterstitialListener is a class that receives notifications for Ad requests from applications.

Version:
v2.0.0

Method Summary
 void onAdInterstitialClosed(AdHubInterstitial adHubInterstitial)
          This is called when the Interstitial Ad is closed by the user touching the X Button of the Ad or the Back key.
 void onAdInterstitialFailed(AdHubInterstitial adHubInterstitial, java.lang.Exception e)
          This is called when the Ad is not received from the server.
 void onAdInterstitialReceived(AdHubInterstitial adHubInterstitial)
          This is called when an Ad is successfully received.
 

Method Detail

onAdInterstitialReceived

void onAdInterstitialReceived(AdHubInterstitial adHubInterstitial)
This is called when an Ad is successfully received.

Parameters:
adHubInterstitial - AdHubInterstitial

onAdInterstitialFailed

void onAdInterstitialFailed(AdHubInterstitial adHubInterstitial,
                            java.lang.Exception e)
This is called when the Ad is not received from the server.

Parameters:
adHubInterstitial - AdHubInterstitial
exception - Reasons for Ad failure can be checked.

onAdInterstitialClosed

void onAdInterstitialClosed(AdHubInterstitial adHubInterstitial)
This is called when the Interstitial Ad is closed by the user touching the X Button of the Ad or the Back key.

Parameters:
adHubInterstitial - AdHubInterstitial