Package com.rtb.sdk
Class RTBFullscreenRequestConfiguration
-
- All Implemented Interfaces:
public final class RTBFullscreenRequestConfiguration extends RTBAbstractRequestConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanforceCloseButtonForMraidprivate FloatbidFloorprivate StringsellerIdprivate RTBUserTargetinguserTargetingprivate Stringgpidprivate final IntegerplacementIdprivate final StringbundleId
-
Constructor Summary
Constructors Constructor Description RTBFullscreenRequestConfiguration(Integer placementId, String bundleId, Boolean forceCloseButtonForMraid)
-
Method Summary
Modifier and Type Method Description final BooleangetForceCloseButtonForMraid()Boolean to force showing the SDK native close button even if the MRAID creative has one If the MRAID creative has close button and `forceCloseButtonForMraid`is true, the MRAID creative would have 2 close buttons-
Methods inherited from class com.rtb.sdk.RTBAbstractRequestConfiguration
getBidFloor, getBundleId, getGpid, getPlacementId, getSellerId, getUserTargeting, setBidFloor, setGpid, setSellerId, setUserTargeting -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getForceCloseButtonForMraid
final Boolean getForceCloseButtonForMraid()
Boolean to force showing the SDK native close button even if the MRAID creative has one If the MRAID creative has close button and
`forceCloseButtonForMraid`is true, the MRAID creative would have 2 close buttons
-
-
-
-