public final class FlurryAdInterstitial
extends java.lang.Object
Constructor and Description |
---|
FlurryAdInterstitial(android.content.Context context,
java.lang.String adSpace)
Create an instance of FlurryAdInterstitial.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the ad object and releases all associated resources.
|
void |
displayAd()
Displays the ad, if ready.
|
void |
fetchAd()
Fetches and prepares an ad for display.
|
java.lang.String |
getAdSpace()
Get the adspace of the ad object.
|
boolean |
isReady()
Indicates whether or not the ad is ready for display.
|
void |
setListener(FlurryAdInterstitialListener listener)
Set the lister for asynchronous ad serving.
|
void |
setTargeting(FlurryAdTargeting targeting)
Set the targeting for this ad.
|
public FlurryAdInterstitial(android.content.Context context, java.lang.String adSpace)
context
- The current activity context.adSpace
- The placement of the ad within your app. For example, for a splash screen ad, it might be named "SPLASH_SCREEN"public void destroy()
public void setListener(FlurryAdInterstitialListener listener)
listener
- Your implementation of the ad listener.public void setTargeting(FlurryAdTargeting targeting)
targeting
- The ad targeting.public void fetchAd()
public void displayAd()
public boolean isReady()
public java.lang.String getAdSpace()
Copyright © 2009-2019, Flurry, Inc. All Rights Reserved. Flurry Publisher Support Site.