-
public class MobileSdkPassThroughA class responsible for parsing "adconfiguration" and "sdkconfiguration" pass through type from bid response. It contains interstitial control settings, like close button size or skip delay. It can be located in ext.teqblaze or seatbid[].bid[].ext.teqblaze.passthrough[]. Add a comment that teqblaze server does not support remote configuration.
-
-
Field Summary
Fields Modifier and Type Field Description public BooleanisMutedpublic IntegermaxVideoDurationpublic IntegerskipDelaypublic DoublecloseButtonAreapublic DoubleskipButtonAreapublic AppstockPositioncloseButtonPositionpublic AppstockPositionskipButtonPositionpublic IntegerbannerTimeoutpublic IntegerpreRenderTimeout
-
Method Summary
Modifier and Type Method Description static MobileSdkPassThroughcreate(JSONObject extJson)static MobileSdkPassThroughcombine(@Nullable() MobileSdkPassThrough fromBid, @Nullable() MobileSdkPassThrough fromRoot)Creates unified MobileSdkPassThrough. static MobileSdkPassThroughcombine(@Nullable() MobileSdkPassThrough unifiedPassThrough, @NonNull() AdUnitConfiguration configuration)Combines unified pass through object with rendering controlsfrom ad unit configuration. voidmodifyAdUnitConfiguration(AdUnitConfiguration adUnitConfiguration)-
-
Method Detail
-
create
@Nullable() static MobileSdkPassThrough create(JSONObject extJson)
-
combine
@Nullable() static MobileSdkPassThrough combine(@Nullable() MobileSdkPassThrough fromBid, @Nullable() MobileSdkPassThrough fromRoot)
Creates unified MobileSdkPassThrough. An object from bid has higher priority.
- Parameters:
fromBid- - object from seatbid[].bid[].ext.prebid.fromRoot- - object from ext.prebid.
-
combine
@NonNull() static MobileSdkPassThrough combine(@Nullable() MobileSdkPassThrough unifiedPassThrough, @NonNull() AdUnitConfiguration configuration)
Combines unified pass through object with rendering controlsfrom ad unit configuration. Settings from ad unit configurationhave lower priority.
-
modifyAdUnitConfiguration
void modifyAdUnitConfiguration(AdUnitConfiguration adUnitConfiguration)
-
-
-
-