public class AdColonyInterstitial
extends java.lang.Object
AdColony.requestInterstitial(String, AdColonyInterstitialListener, AdColonyAdOptions).| Modifier and Type | Field and Description |
|---|---|
static int |
ADCOLONY_IAP_ENGAGEMENT_END_CARD |
static int |
ADCOLONY_IAP_ENGAGEMENT_OVERLAY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancels the fullscreen interstitial and returns control to your app.
|
boolean |
destroy()
Removes internal reference of this ad object to allow for collection.
|
AdColonyInterstitialListener |
getListener() |
java.lang.String |
getViewNetworkPassFilter() |
java.lang.String |
getZoneID()
Used to retrieve the zone identifier tied to this ad object.
|
boolean |
isExpired()
AdColony interstitials become expired as soon as the ad launches or just before they have
met their expiration time.
|
void |
setListener(AdColonyInterstitialListener listener) |
void |
setViewNetworkPassFilter(java.lang.String viewNetworkPassFilter) |
boolean |
show()
Called to display a fullscreen interstitial advertisement.
|
public static final int ADCOLONY_IAP_ENGAGEMENT_END_CARD
public static final int ADCOLONY_IAP_ENGAGEMENT_OVERLAY
public boolean show()
public boolean cancel()
public AdColonyInterstitialListener getListener()
AdColonyInterstitialListenerpublic void setListener(AdColonyInterstitialListener listener)
listener - the AdColonyInterstitialListener that you wish to tie to this ad object to be
alerted of ad level events.AdColonyInterstitialListenerpublic java.lang.String getZoneID()
AdColony.requestInterstitial(String, AdColonyInterstitialListener, AdColonyAdOptions)public boolean isExpired()
public boolean destroy()
public java.lang.String getViewNetworkPassFilter()
public void setViewNetworkPassFilter(java.lang.String viewNetworkPassFilter)