- getAccountId() - Static method in class org.prebid.mobile.core.Prebid
-
- getAdServer() - Static method in class org.prebid.mobile.core.Prebid
-
- getAdType() - Method in class org.prebid.mobile.core.AdUnit
-
Gets the type that how the ad will be displayed
Choices are banner, interstitial, native
- getAdType() - Method in class org.prebid.mobile.core.BannerAdUnit
-
- getAdType() - Method in class org.prebid.mobile.core.InterstitialAdUnit
-
- getAppKeywords() - Static method in class org.prebid.mobile.core.TargetingParams
-
Deprecated.
- getAuctionId() - Method in class org.prebid.mobile.core.AdUnit
-
Gets the auctionId which is auto generated when ad unit is created
- getBundleName() - Static method in class org.prebid.mobile.core.TargetingParams
-
Get the platform-specific identifier, should be bundle/package name
- getCacheManager() - Static method in class org.prebid.mobile.core.CacheManager
-
- getCode() - Method in class org.prebid.mobile.core.AdUnit
-
Gets the identifier for the ad unit
- getConfigId() - Method in class org.prebid.mobile.core.AdUnit
-
- getCpm() - Method in class org.prebid.mobile.core.BidResponse
-
Get the CPM bid price of the response.
- getCreative() - Method in class org.prebid.mobile.core.BidResponse
-
Get the url that can return a creative.
- getCustomKeywords() - Method in class org.prebid.mobile.core.BidResponse
-
Get the custom keywords for customized BidManager targeting of Line items.
- getDomain() - Static method in class org.prebid.mobile.core.TargetingParams
-
Get the domain of your app
- getGDPRConsentString(Context) - Static method in class org.prebid.mobile.core.TargetingParams
-
- getGender() - Static method in class org.prebid.mobile.core.TargetingParams
-
Get the current user's gender, if it's available.
- getHeight() - Method in class org.prebid.mobile.core.AdSize
-
Returns the height of the ad container
- getHost() - Static method in class org.prebid.mobile.core.Prebid
-
- getKeywordsForAdUnit(String, Context) - Static method in class org.prebid.mobile.core.BidManager
-
Returns a list of keywords with the given bidResponse
- getKeywordsWhenReadyForAdUnit(String, int, BidManager.BidReadyListener) - Static method in class org.prebid.mobile.core.BidManager
-
- getLocation() - Static method in class org.prebid.mobile.core.TargetingParams
-
Retrieve the location that's set by setLocation()
- getLocationDecimalDigits() - Static method in class org.prebid.mobile.core.TargetingParams
-
Get the digits after the decimal of the latitude and longitude.
- getLocationEnabled() - Static method in class org.prebid.mobile.core.TargetingParams
-
Returns true if the Prebid sdk is allowed to use location information
or false otherwise.
- getPrivacyPolicy() - Static method in class org.prebid.mobile.core.TargetingParams
-
Get whether the app has a privacy policy
- getSizes() - Method in class org.prebid.mobile.core.AdUnit
-
Gets the supported sizes of the ad unit
- getStoreUrl() - Static method in class org.prebid.mobile.core.TargetingParams
-
Get the store url of your app
- getTagWithBase(String) - Static method in class org.prebid.mobile.core.LogUtil
-
Helper method to get Prebid log tag that is shorter than 23 characters
- getUserKeywords() - Static method in class org.prebid.mobile.core.TargetingParams
-
Get the keywords for user
- getWidth() - Method in class org.prebid.mobile.core.AdSize
-
Returns the width of the ad container
- getYearOfBirth() - Static method in class org.prebid.mobile.core.TargetingParams
-
Get the year of birth for targeting
- saveCache(String, String) - Method in class org.prebid.mobile.core.CacheManager
-
- setAppKeywords(ArrayList<String>) - Static method in class org.prebid.mobile.core.TargetingParams
-
Deprecated.
- setBidderCode(String) - Method in class org.prebid.mobile.core.BidResponse
-
Set the name of the bidder that responded this bid
- setBundleName(String) - Static method in class org.prebid.mobile.core.TargetingParams
-
Set the platform-specific identifier for targeting purpose
Should be bundle/package name
- setDomain(String) - Static method in class org.prebid.mobile.core.TargetingParams
-
Set the domain of your app for targeting purpose
- setExpiryTime(long) - Method in class org.prebid.mobile.core.BidResponse
-
Set the expiration time.
- setGDPRConsentString(Context, String) - Static method in class org.prebid.mobile.core.TargetingParams
-
- setGender(TargetingParams.GENDER) - Static method in class org.prebid.mobile.core.TargetingParams
-
Set the user's gender.
- setLocation(Location) - Static method in class org.prebid.mobile.core.TargetingParams
-
Set the location for demand sources to target
- setLocationDecimalDigits(int) - Static method in class org.prebid.mobile.core.TargetingParams
-
Sets the number of digits after the decimal of the latitude and longitude.
- setLocationEnabled(boolean) - Static method in class org.prebid.mobile.core.TargetingParams
-
Sets whether or not location (latitude, longitude) is retrieved through provider and
shared with 3rd party networks.
- setPrivacyPolicy(int) - Static method in class org.prebid.mobile.core.TargetingParams
-
Set whether the app has a privacy policy, where 0 = no, 1 = yes
- setStoreUrl(String) - Static method in class org.prebid.mobile.core.TargetingParams
-
Set the store url of your app
- setSubjectToGDPR(Context, boolean) - Static method in class org.prebid.mobile.core.TargetingParams
-
- setUserKeywords(ArrayList<String>) - Static method in class org.prebid.mobile.core.TargetingParams
-
- setUserTargeting(String, String) - Static method in class org.prebid.mobile.core.TargetingParams
-
Set a key-value pair as a keyword, this will be sent in the user object in the ORTB request
An exmpale, if you call setUserTargeting("key1", "value1") and setUserTargeting("key2", null),
values that will be sent are "key1=value1,key2,"
- setYearOfBirth(int) - Static method in class org.prebid.mobile.core.TargetingParams
-
Set the year of birth for targeting
- shouldLoadOverSecureConnection(boolean) - Static method in class org.prebid.mobile.core.Prebid
-
Set whether to use secure connection for ad requests
- sizes - Variable in class org.prebid.mobile.core.AdUnit
-
- v(String) - Static method in class org.prebid.mobile.core.LogUtil
-
- v(String, String) - Static method in class org.prebid.mobile.core.LogUtil
-
- v(String, String, Throwable) - Static method in class org.prebid.mobile.core.LogUtil
-
- valueOf(String) - Static method in enum org.prebid.mobile.core.AdType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.prebid.mobile.core.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.prebid.mobile.core.Prebid.AdServer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.prebid.mobile.core.Prebid.Host
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.prebid.mobile.core.PrebidException.PrebidError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.prebid.mobile.core.TargetingParams.GENDER
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.prebid.mobile.core.AdType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.prebid.mobile.core.ErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.prebid.mobile.core.Prebid.AdServer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.prebid.mobile.core.Prebid.Host
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.prebid.mobile.core.PrebidException.PrebidError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.prebid.mobile.core.TargetingParams.GENDER
-
Returns an array containing the constants of this enum type, in
the order they are declared.