Uses of Class
com.sec.android.ad.AdHubInterstitial

Packages that use AdHubInterstitial
com.sec.android.ad   
 

Uses of AdHubInterstitial in com.sec.android.ad
 

Methods in com.sec.android.ad with parameters of type AdHubInterstitial
 void AdInterstitialListener.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 AdInterstitialListener.onAdInterstitialFailed(AdHubInterstitial adHubInterstitial, java.lang.Exception e)
          This is called when the Ad is not received from the server.
 void AdInterstitialListener.onAdInterstitialReceived(AdHubInterstitial adHubInterstitial)
          This is called when an Ad is successfully received.