-
public class BidInfoBid info object for org.prebid.mobile.api.original.PrebidAdUnit.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResultCoderesultCodeprivate Map<String, String>targetingKeywordsprivate Map<String, String>eventsprivate StringnativeCacheIdprivate 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(@NonNull() ResultCode resultCode, @Nullable() BidResponse bidResponse, @Nullable() AdUnitConfiguration configuration)-
-
Method Detail
-
getResultCode
@NonNull() ResultCode getResultCode()
-
getTargetingKeywords
@Nullable() Map<String, String> getTargetingKeywords()
-
getNativeCacheId
@Nullable() String getNativeCacheId()
-
create
@NonNull() static BidInfo create(@NonNull() ResultCode resultCode, @Nullable() BidResponse bidResponse, @Nullable() AdUnitConfiguration configuration)
-
-
-
-