attStatus property

AttStatus attStatus
getter/setter pair

Value returned by getTrackingAuthorizationStatus (the current ATT status). Defaults to AttStatus.notSupported so tests that do not exercise ATT behave as if off iOS.

Implementation

AttStatus attStatus = AttStatus.notSupported;