protected static final java.lang.String |
ACTION_INTERSTITIAL_DISMISSED |
"dismissed" |
protected static final java.lang.String |
ACTION_INTERSTITIAL_FINISHED_LOADING |
"finished" |
protected static final java.lang.String |
BROADCAST_ACTION |
"action" |
protected static final java.lang.String |
BROADCAST_CREATIVE |
"creative" |
protected static final java.lang.String |
BROADCAST_INTENT |
"amazon.mobile.ads.interstitial" |
protected static final java.lang.String |
BROADCAST_UNIQUE_IDENTIFIER_KEY |
"uniqueIdentifier" |
protected static final java.lang.String |
MSG_PREPARE_AD_DESTROYED |
"This interstitial ad has been destroyed and can no longer be used. Create a new InterstitialAd object to load a new ad." |
protected static final java.lang.String |
MSG_PREPARE_AD_LOADING |
"An interstitial ad is currently loading. Please wait for the ad to finish loading and showing before loading another ad." |
protected static final java.lang.String |
MSG_PREPARE_AD_READY_TO_SHOW |
"An interstitial ad is ready to show. Please call showAd() to show the ad before loading another ad." |
protected static final java.lang.String |
MSG_PREPARE_AD_SHOWING |
"An interstitial ad is currently showing. Please wait for the user to dismiss the ad before loading an ad." |
protected static final java.lang.String |
MSG_SHOW_AD_ANOTHER_SHOWING |
"Another interstitial ad is currently showing. Please wait for the InterstitialAdListener.onAdDismissed callback of the other ad." |
protected static final java.lang.String |
MSG_SHOW_AD_DESTROYED |
"The interstitial ad cannot be shown because it has been destroyed. Create a new InterstitialAd object to load a new ad." |
protected static final java.lang.String |
MSG_SHOW_AD_DISMISSED |
"The interstitial ad cannot be shown because it has already been displayed to the user. Please call loadAd(AdTargetingOptions) to load a new ad." |
protected static final java.lang.String |
MSG_SHOW_AD_EXPIRED |
"This interstitial ad has expired. Please load another ad." |
protected static final java.lang.String |
MSG_SHOW_AD_LOADING |
"The interstitial ad cannot be shown because it is still loading. Please wait for the AdListener.onAdLoaded() callback before showing the ad." |
protected static final java.lang.String |
MSG_SHOW_AD_READY_TO_LOAD |
"The interstitial ad cannot be shown because it has not loaded successfully. Please call loadAd(AdTargetingOptions) to load an ad first." |
protected static final java.lang.String |
MSG_SHOW_AD_SHOWING |
"The interstitial ad cannot be shown because it is already displayed on the screen. Please wait for the InterstitialAdListener.onAdDismissed() callback and then load a new ad." |