Package com.rtb.sdk

Class RTBRewardedVideoRequestConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getMuteOnStart() Boolean to automatically mute all video ads on start.
      • 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
    • Constructor Detail

      • RTBRewardedVideoRequestConfiguration

        RTBRewardedVideoRequestConfiguration(Integer placementId, String bundleId, Boolean muteOnStart)
    • Method Detail