Package org.prebid.mobile.api.data
Class BidInfo
-
- All Implemented Interfaces:
public class BidInfoBid info object for org.prebid.mobile.api.original.PrebidAdUnit.
-
-
Field Summary
Fields Modifier and Type Field Description public final ResultCoderesultCodepublic Map<String, String>targetingKeywordspublic Map<String, String>eventspublic StringnativeCacheIdpublic Integerexppublic final static StringEVENT_WINpublic final static StringEVENT_IMP
-
Method Summary
Modifier and Type Method Description ResultCodegetResultCode()Map<String, String>getTargetingKeywords()Map<String, String>getEvents()StringgetNativeCacheId()IntegergetExp()static BidInfocreate(ResultCode resultCode, BidResponse bidResponse, AdUnitConfiguration configuration)-
-
Method Detail
-
getResultCode
ResultCode getResultCode()
-
getTargetingKeywords
Map<String, String> getTargetingKeywords()
-
getNativeCacheId
String getNativeCacheId()
-
create
static BidInfo create(ResultCode resultCode, BidResponse bidResponse, AdUnitConfiguration configuration)
-
-
-
-