Package com.yandex.mobile.ads.common
Class AdRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
AdRequest.Builder
Builds an AdRequest.
-
Field Summary
Fields Modifier and Type Field Description private final String
age
private final String
gender
private final Location
location
private final String
contextQuery
private final List<String>
contextTags
private final Map<String, String>
parameters
private final String
biddingData
private final AdTheme
preferredTheme
-
Method Summary
Modifier and Type Method Description final String
getAge()
User's age final String
getGender()
User's gender final Location
getLocation()
User's location for targeting process final String
getContextQuery()
User's query entered inside the app final List<String>
getContextTags()
Tags describing current user context inside the app final Map<String, String>
getParameters()
Custom request parameters final String
getBiddingData()
Open Bidding bid ID final AdTheme
getPreferredTheme()
User's preferred app theme Boolean
equals(Object o)
Integer
hashCode()
-
-
Method Detail
-
getLocation
final Location getLocation()
User's location for targeting process
-
getContextQuery
final String getContextQuery()
User's query entered inside the app
-
getContextTags
final List<String> getContextTags()
Tags describing current user context inside the app
-
getParameters
final Map<String, String> getParameters()
Custom request parameters
-
getBiddingData
final String getBiddingData()
Open Bidding bid ID
-
getPreferredTheme
final AdTheme getPreferredTheme()
User's preferred app theme
-
-
-
-