java.lang.Object
org.prebid.mobile.rendering.bidding.data.bid.Prebid

public class Prebid extends Object
  • Constructor Details

    • Prebid

      protected Prebid()
  • Method Details

    • getCache

      public Cache getCache()
    • getTargeting

      public HashMap<String,String> getTargeting()
    • getMeta

      public HashMap<String,String> getMeta()
    • getType

      public String getType()
    • fromJSONObject

      public static Prebid fromJSONObject(org.json.JSONObject jsonObject)
    • getWinEventUrl

      public String getWinEventUrl()
    • getImpEventUrl

      public String getImpEventUrl()
    • getJsonObjectForImp

      public static org.json.JSONObject getJsonObjectForImp(AdUnitConfiguration adUnitConfiguration)
    • getJsonObjectForApp

      public static org.json.JSONObject getJsonObjectForApp(String sdkName, String sdkVersion)
    • getJsonObjectForBidRequest

      public static org.json.JSONObject getJsonObjectForBidRequest(String accountId, boolean isVideo, AdUnitConfiguration config)
    • getJsonObjectForDeviceMinSizePerc

      public static org.json.JSONObject getJsonObjectForDeviceMinSizePerc(AdSize minSizePercentage)