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 |
getZoneID()
Used to retrieve the zone identifier tied to this ad object.
|
boolean |
isExpired() |
void |
setListener(AdColonyInterstitialListener listener) |
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()
AdColonyInterstitialListener
public void setListener(@NonNull AdColonyInterstitialListener listener)
listener
- the AdColonyInterstitialListener that you wish to tie to this ad object to be
alerted of ad level events.AdColonyInterstitialListener
public java.lang.String getZoneID()
AdColony.requestInterstitial(String, AdColonyInterstitialListener, AdColonyAdOptions)
public boolean isExpired()
public boolean destroy()