Package com.yandex.mobile.ads.common
Class AdRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAdRequest.BuilderBuilds an AdRequest.
-
Field Summary
Fields Modifier and Type Field Description private final Stringageprivate final Stringgenderprivate final Locationlocationprivate final StringcontextQueryprivate final List<String>contextTagsprivate final Map<String, String>parametersprivate final StringbiddingDataprivate final <Error class: unknown class>preferredTheme
-
Method Summary
Modifier and Type Method Description final StringgetAge()User's age final StringgetGender()User's gender final LocationgetLocation()User's location for targeting process final StringgetContextQuery()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 StringgetBiddingData()Open Bidding bid ID final <Error class: unknown class>getPreferredTheme()User's preferred app theme Booleanequals(Object other)IntegerhashCode()-
-
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 <Error class: unknown class> getPreferredTheme()
User's preferred app theme
-
-
-
-