-
public class Prebid
-
-
Method Summary
Modifier and Type Method Description CachegetCache()HashMap<String, String>getTargeting()HashMap<String, String>getMeta()StringgetType()StringgetWinEventUrl()StringgetImpEventUrl()static PrebidfromJSONObject(JSONObject jsonObject)static JSONObjectgetJsonObjectForImp(AdUnitConfiguration adUnitConfiguration)static JSONObjectgetJsonObjectForApp(String sdkName, String sdkVersion)static JSONObjectgetJsonObjectForBidRequest(String accountId, boolean isVideo, AdUnitConfiguration config)static JSONObjectgetJsonObjectForDeviceMinSizePerc(AdSize minSizePercentage)-
-
Method Detail
-
getTargeting
HashMap<String, String> getTargeting()
-
getWinEventUrl
String getWinEventUrl()
-
getImpEventUrl
String getImpEventUrl()
-
fromJSONObject
static Prebid fromJSONObject(JSONObject jsonObject)
-
getJsonObjectForImp
static JSONObject getJsonObjectForImp(AdUnitConfiguration adUnitConfiguration)
-
getJsonObjectForApp
static JSONObject getJsonObjectForApp(String sdkName, String sdkVersion)
-
getJsonObjectForBidRequest
static JSONObject getJsonObjectForBidRequest(String accountId, boolean isVideo, AdUnitConfiguration config)
-
getJsonObjectForDeviceMinSizePerc
static JSONObject getJsonObjectForDeviceMinSizePerc(AdSize minSizePercentage)
-
-
-
-