Package com.rtb.sdk
Class RTBRewardedVideoRequestConfiguration
-
- All Implemented Interfaces:
public final class RTBRewardedVideoRequestConfiguration extends RTBAbstractRequestConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanmuteOnStartprivate FloatbidFloorprivate StringsellerIdprivate RTBUserTargetinguserTargetingprivate final IntegerplacementIdprivate final StringbundleId
-
Constructor Summary
Constructors Constructor Description RTBRewardedVideoRequestConfiguration(Integer placementId, String bundleId, Boolean muteOnStart)
-
Method Summary
Modifier and Type Method Description final BooleangetMuteOnStart()Boolean to automatically mute all video ads on start. -
Methods inherited from class com.rtb.sdk.RTBAbstractRequestConfiguration
getBidFloor, getBundleId, getPlacementId, getSellerId, getUserTargeting, setBidFloor, setSellerId, setUserTargeting -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMuteOnStart
final Boolean getMuteOnStart()
Boolean to automatically mute all video ads on start.
-
-
-
-