Package com.rtb.sdk

Object RTBSDKManager

    • Constructor Detail

    • Method Detail

      • isPaid

         final Boolean isPaid()

        Indicates whether the app is paid or not. Default value is null.

      • setPaid

         final Unit setPaid(Boolean isPaid)

        Indicates whether the app is paid or not. Default value is null.

      • isChildDirected

         final Boolean isChildDirected()

        Indicates whether the app is child-directed (supports COPPA) or not. Default value is null.

      • setChildDirected

         final Unit setChildDirected(Boolean isChildDirected)

        Indicates whether the app is child-directed (supports COPPA) or not. Default value is null.

      • isGDPRApplies

         final Boolean isGDPRApplies()

        Indicates whether the GDPR consent is required (if the user falls under GDPR jurisdiction). True by default.

      • setGDPRApplies

         final Unit setGDPRApplies(Boolean isGDPRApplies)

        Indicates whether the GDPR consent is required (if the user falls under GDPR jurisdiction). True by default.

      • getTestModeEnabled

         final Boolean getTestModeEnabled()

        Indicates whether the test mode is enabled or not. Default value is false.

      • setTestModeEnabled

         final Unit setTestModeEnabled(Boolean testModeEnabled)

        Indicates whether the test mode is enabled or not. Default value is false.

      • getUseGeoLocation

         final Boolean getUseGeoLocation()

        Indicates whether the SDK should use the geo location or not. Default value is false.

      • setUseGeoLocation

         final Unit setUseGeoLocation(Boolean useGeoLocation)

        Indicates whether the SDK should use the geo location or not. Default value is false.