TrackingStatus

@objc(AASDKTrackingDismissReason)
public enum TrackingStatus : Int

The end status for the TrackingPermissionController flow.

  • The flow was interrupted by a manual / external dismiss.

    Declaration

    Swift

    case unknown
  • The flow was ended by tapping the Skip button.

    Declaration

    Swift

    case skipped
  • The flow was ended by delaying the request permission.

    Declaration

    Swift

    case delayed
  • The flow was ended by opening the Settings app (Privacy).

    Declaration

    Swift

    case openedSettings
  • The flow was ended by explicitly granting the permission to be tracked.

    Declaration

    Swift

    case granted
  • The flow was ended by explicitly declining the permission to be tracked.

    Declaration

    Swift

    case denied