|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdInterstitialListener
AdInterstitialListener is a class that receives notifications for Ad requests from applications.
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 |
---|
void onAdInterstitialReceived(AdHubInterstitial adHubInterstitial)
adHubInterstitial
- AdHubInterstitial
void onAdInterstitialFailed(AdHubInterstitial adHubInterstitial, java.lang.Exception e)
adHubInterstitial
- AdHubInterstitial
exception
- Reasons for Ad failure can be checked.void onAdInterstitialClosed(AdHubInterstitial adHubInterstitial)
adHubInterstitial
- AdHubInterstitial
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |