TrackingStatus
@objc(AASDKTrackingDismissReason)
public enum TrackingStatus : IntThe end status for the TrackingPermissionController flow.
- 
                  
                  The flow was interrupted by a manual / external dismiss. DeclarationSwift case unknown
- 
                  
                  The flow was ended by tapping the Skipbutton.DeclarationSwift case skipped
- 
                  
                  The flow was ended by delaying the request permission. DeclarationSwift case delayed
- 
                  
                  The flow was ended by opening the Settings app (Privacy). DeclarationSwift case openedSettings
- 
                  
                  The flow was ended by explicitly granting the permission to be tracked. DeclarationSwift case granted
- 
                  
                  The flow was ended by explicitly declining the permission to be tracked. DeclarationSwift case denied
