public final class FlurryAdTargeting
extends AdTargeting
| Constructor and Description |
|---|
FlurryAdTargeting()
Create an instance of FlurryAdTargeting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearAge()
Deprecated.
|
void |
clearGender()
Deprecated.
|
void |
clearKeywords()
Deprecated.
|
void |
clearLocation()
Deprecated.
|
void |
clearUserCookies()
Clear the user cookies.
|
void |
setAge(int age)
Deprecated.
|
void |
setEnableTestAds(boolean enabled)
Set enable test ads.
|
void |
setGender(FlurryGender gender)
Deprecated.
|
void |
setKeywords(Map<String,String> targetingKeywords)
Deprecated.
|
void |
setLocation(float lat,
float lon)
Deprecated.
|
void |
setUserCookies(Map<String,String> userCookies)
Set the user cookies.
|
public FlurryAdTargeting()
@Deprecated public void setLocation(float lat, float lon)
lat - The latitudelon - The longitudeclearLocation()@Deprecated public void clearLocation()
public void setUserCookies(Map<String,String> userCookies)
userCookies - A Map<String,String> of key/value pairs that will be transmitted to the Flurry
servers when the ad is clicked.clearUserCookies()public void clearUserCookies()
@Deprecated public void setKeywords(Map<String,String> targetingKeywords)
targetingKeywords - A Map<String,String> of key/value pairs to send to the Flurry servers
when an ad is requested.clearKeywords()@Deprecated public void clearKeywords()
@Deprecated public void setAge(int age)
age - The age of the user.clearAge()@Deprecated public void clearAge()
@Deprecated public void setGender(FlurryGender gender)
gender - The gender of the user.clearGender()@Deprecated public void clearGender()
public void setEnableTestAds(boolean enabled)
enabled - true to enable test ads, false to disable.