Class AATKitAbstractConfiguration
-
- All Implemented Interfaces:
public abstract class AATKitAbstractConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanisConsentRequiredprivate Consentconsentprivate BooleanisUseGeoLocation
-
Method Summary
Modifier and Type Method Description final BooleanisConsentRequired()Sets if the GDPR consent is required (if the user falls under GDPR jurisdiction). final UnitsetConsentRequired(Boolean isConsentRequired)Sets if the GDPR consent is required (if the user falls under GDPR jurisdiction). final ConsentgetConsent()Sets the detailed consent for GDPR. final UnitsetConsent(Consent consent)Sets the detailed consent for GDPR. final BooleanisUseGeoLocation()Sets if geo data (if it is available) should be sent. final UnitsetUseGeoLocation(Boolean isUseGeoLocation)Sets if geo data (if it is available) should be sent. -
-
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.
-
getConsent
final Consent getConsent()
Sets the detailed consent for GDPR.
-
setConsent
final Unit setConsent(Consent consent)
Sets the detailed consent for GDPR.
-
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.
-
-
-
-