<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PermissionKit",
  "identifier" : "/documentation/PermissionKit/PermissionFlow",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PermissionKit"
    ],
    "preciseIdentifier" : "s:13PermissionKit0A4FlowO"
  },
  "title" : "PermissionFlow"
}
-->

# PermissionFlow

Specifies which permission flow to present.

```
enum PermissionFlow
```

## Topics

### Enumeration Cases

[`case acknowledgmentAlert`](/documentation/PermissionKit/PermissionFlow/acknowledgmentAlert)

Presents the “Ask to Approve / Approve in Person / Cancel” acknowledgment alert first,
then routes the user into the chosen path.

[`case approveInPerson`](/documentation/PermissionKit/PermissionFlow/approveInPerson)

Goes directly to the Approve-in-Person flow, prompting the user for the Screen Time passcode.

[`case askToApprove`](/documentation/PermissionKit/PermissionFlow/askToApprove)

Goes directly to the Messages compose sheet for the “Ask to Approve” flow.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)