public class InHouse
extends java.lang.Object
| Constructor and Description |
|---|
InHouse(BidManager bidManager,
TokenCache tokenCache,
Clock clock,
InterstitialActivityHelper interstitialActivityHelper,
com.criteo.publisher.integration.IntegrationRegistry integrationRegistry) |
| Modifier and Type | Method and Description |
|---|---|
BidResponse |
getBidResponse(AdUnit adUnit) |
NativeTokenValue |
getNativeTokenValue(BidToken bidToken) |
DisplayUrlTokenValue |
getTokenValue(BidToken bidToken,
AdUnitType adUnitType) |
public InHouse(@NonNull
BidManager bidManager,
@NonNull
TokenCache tokenCache,
@NonNull
Clock clock,
@NonNull
InterstitialActivityHelper interstitialActivityHelper,
@NonNull
com.criteo.publisher.integration.IntegrationRegistry integrationRegistry)
@NonNull public BidResponse getBidResponse(@Nullable AdUnit adUnit)
@Nullable public DisplayUrlTokenValue getTokenValue(@Nullable BidToken bidToken, @NonNull AdUnitType adUnitType)
@Nullable public NativeTokenValue getNativeTokenValue(@Nullable BidToken bidToken)