Class AATKitAbstractConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean isConsentRequired() Sets if the GDPR consent is required (if the user falls under GDPR jurisdiction).
      final Unit setConsentRequired(Boolean isConsentRequired) Sets if the GDPR consent is required (if the user falls under GDPR jurisdiction).
      final Consent getConsent() Sets the detailed consent for GDPR.
      final Unit setConsent(Consent consent) Sets the detailed consent for GDPR.
      final Boolean isUseGeoLocation() Sets if geo data (if it is available) should be sent.
      final Unit setUseGeoLocation(Boolean isUseGeoLocation) Sets if geo data (if it is available) should be sent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • isConsentRequired

         final Boolean isConsentRequired()

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

      • setConsentRequired

         final Unit setConsentRequired(Boolean isConsentRequired)

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

      • isUseGeoLocation

         final Boolean isUseGeoLocation()

        Sets if geo data (if it is available) should be sent. Disabled by default.

      • setUseGeoLocation

         final Unit setUseGeoLocation(Boolean isUseGeoLocation)

        Sets if geo data (if it is available) should be sent. Disabled by default.