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 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-
-
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
-
-
-
-