AATRuntimeConfiguration
@objc public class AATRuntimeConfiguration : NSObject {
/// A Bool that indicates whether to the consent is required or not. True by default.
@objc public var consentRequired: Bool
/// An instance of ``AATConsentImplementation``. Could be ``AATManagedConsent``, ``AATSimpleConsent`` or ``AATVendorConsent``
@objc public var consent: AATConsentImplementation?
/// A bool that indicates whether the location is used or not. False by default
@objc public var isUseGeoLocation: Bool
}
Last updated