Skip navigation links
A B C D E G H I L O P R S T U V W 

A

addAppKeywords(String) - Static method in class org.prebid.mobile.core.TargetingParams
Deprecated.
addCustomKeyword(String, String) - Method in class org.prebid.mobile.core.BidResponse
Add a custom keyword for customized BidManager targeting of Line items.
addSize(int, int) - Method in class org.prebid.mobile.core.BannerAdUnit
Adds an ad size with width and height as specified
addUserKeyword(String) - Static method in class org.prebid.mobile.core.TargetingParams
AdSize - Class in org.prebid.mobile.core
AdSize class defines the size of the ad slot to be made available for auction.
AdType - Enum in org.prebid.mobile.core
 
AdUnit - Class in org.prebid.mobile.core
AdUnit class defines the configuration for auction.
attachBids(Object, String, Context) - Static method in class org.prebid.mobile.core.Prebid
 
attachBidsWhenReady(Object, String, Prebid.OnAttachCompleteListener, int, Context) - Static method in class org.prebid.mobile.core.Prebid
 
auctionId - Variable in class org.prebid.mobile.core.AdUnit
 

B

BannerAdUnit - Class in org.prebid.mobile.core
 
BannerAdUnit(String, String) - Constructor for class org.prebid.mobile.core.BannerAdUnit
Creates an ad unit object to fetch banner ads with the specified identifier
BidManager - Class in org.prebid.mobile.core
BidManager class manages the auctions and caches bid responses for registered adUnits.
BidManager() - Constructor for class org.prebid.mobile.core.BidManager
 
BidManager.BidReadyListener - Interface in org.prebid.mobile.core
 
BidManager.BidResponseListener - Interface in org.prebid.mobile.core
Listener that listens to the responses from demand sources
BidResponse - Class in org.prebid.mobile.core
Class used to form bid response from response data.
BidResponse(Double, String) - Constructor for class org.prebid.mobile.core.BidResponse
 

C

CacheManager - Class in org.prebid.mobile.core
 
clearAppKeywords() - Static method in class org.prebid.mobile.core.TargetingParams
Deprecated.
clearUserKeywords() - Static method in class org.prebid.mobile.core.TargetingParams
Clear the keywords for user
code - Variable in class org.prebid.mobile.core.AdUnit
 
configId - Variable in class org.prebid.mobile.core.AdUnit
 

D

d(String) - Static method in class org.prebid.mobile.core.LogUtil
 
d(String, String) - Static method in class org.prebid.mobile.core.LogUtil
 
d(String, String, Throwable) - Static method in class org.prebid.mobile.core.LogUtil
 
DemandAdapter - Interface in org.prebid.mobile.core
Adapter interface to be implemented by the demand source request adapter class to request bids
detachUsedBid(Object) - Static method in class org.prebid.mobile.core.Prebid
 

E

e(String) - Static method in class org.prebid.mobile.core.LogUtil
 
e(String, String) - Static method in class org.prebid.mobile.core.LogUtil
 
e(String, String, Throwable) - Static method in class org.prebid.mobile.core.LogUtil
 
equals(Object) - Method in class org.prebid.mobile.core.AdUnit
 
ErrorCode - Enum in org.prebid.mobile.core
 

G

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

H

hashCode() - Method in class org.prebid.mobile.core.AdUnit
 

I

i(String) - Static method in class org.prebid.mobile.core.LogUtil
 
i(String, String) - Static method in class org.prebid.mobile.core.LogUtil
 
i(String, String, Throwable) - Static method in class org.prebid.mobile.core.LogUtil
 
init(Context) - Static method in class org.prebid.mobile.core.CacheManager
 
init(Context, ArrayList<AdUnit>, String, Prebid.AdServer, Prebid.Host) - Static method in class org.prebid.mobile.core.Prebid
This method is used to: - Validate inputs of ad units - Validate the setup of the demand adapter - Start the bid manager
InterstitialAdUnit - Class in org.prebid.mobile.core
 
InterstitialAdUnit(String, String) - Constructor for class org.prebid.mobile.core.InterstitialAdUnit
 
isExpired() - Method in class org.prebid.mobile.core.BidResponse
For BidManager Module to check if the bid response is still valid.
isSecureConnection() - Static method in class org.prebid.mobile.core.Prebid
Get whether to use secure connection
isSubjectToGDPR(Context) - Static method in class org.prebid.mobile.core.TargetingParams
 

L

LogUtil - Class in org.prebid.mobile.core
Helper methods for Logging.

O

onAttachComplete(Object) - Method in interface org.prebid.mobile.core.Prebid.OnAttachCompleteListener
Called whenever the bid has been attached to the Banner view, or when the timeout has occurred.
onBidFailure(AdUnit, ErrorCode) - Method in interface org.prebid.mobile.core.BidManager.BidResponseListener
 
onBidReady(String) - Method in interface org.prebid.mobile.core.BidManager.BidReadyListener
 
onBidSuccess(AdUnit, ArrayList<BidResponse>) - Method in interface org.prebid.mobile.core.BidManager.BidResponseListener
 
onServerResponded(JSONObject) - Method in class org.prebid.mobile.prebidserver.PrebidServerAdapter
 
org.prebid.mobile.core - package org.prebid.mobile.core
 
org.prebid.mobile.prebidserver - package org.prebid.mobile.prebidserver
 

P

Prebid - Class in org.prebid.mobile.core
Prebid class is the Entry point for Apps in the Prebid Module.
Prebid() - Constructor for class org.prebid.mobile.core.Prebid
 
Prebid.AdServer - Enum in org.prebid.mobile.core
 
Prebid.Host - Enum in org.prebid.mobile.core
 
Prebid.OnAttachCompleteListener - Interface in org.prebid.mobile.core
Listener Interface to be used with attachTopBidWhenReady for Banner.
PrebidException - Exception in org.prebid.mobile.core
 
PrebidException(PrebidException.PrebidError) - Constructor for exception org.prebid.mobile.core.PrebidException
 
PrebidException.PrebidError - Enum in org.prebid.mobile.core
 
PrebidServerAdapter - Class in org.prebid.mobile.prebidserver
 
PrebidServerAdapter() - Constructor for class org.prebid.mobile.prebidserver.PrebidServerAdapter
 

R

removeAppKeyword(String) - Static method in class org.prebid.mobile.core.TargetingParams
Deprecated.
removeUserKeyword(String) - Static method in class org.prebid.mobile.core.TargetingParams
Remove one keyword to user related keywords
requestBid(Context, BidManager.BidResponseListener, ArrayList<AdUnit>) - Method in interface org.prebid.mobile.core.DemandAdapter
The BidManager SDK uses this method to call your SDK for requesting to start the bidding process.
requestBid(Context, BidManager.BidResponseListener, ArrayList<AdUnit>) - Method in class org.prebid.mobile.prebidserver.PrebidServerAdapter
 
reset() - Static method in class org.prebid.mobile.core.BidManager
 

S

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
 

T

TargetingParams - Class in org.prebid.mobile.core
TargetingParams class sets the Targeting parameters like yob, gender, location and other custom parameters for the adUnits to be made available in the auction.
TargetingParams.GENDER - Enum in org.prebid.mobile.core
 
toString() - Method in class org.prebid.mobile.core.AdUnit
 
toString() - Method in class org.prebid.mobile.core.BidResponse
 

U

useLocalCache() - Static method in class org.prebid.mobile.core.Prebid
 

V

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.

W

w(String) - Static method in class org.prebid.mobile.core.LogUtil
 
w(String, String) - Static method in class org.prebid.mobile.core.LogUtil
 
w(String, String, Throwable) - Static method in class org.prebid.mobile.core.LogUtil
 
A B C D E G H I L O P R S T U V W 
Skip navigation links