<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WKDialogResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:@E@WKDialogResult"
  },
  "title" : "WKDialogResult"
}
-->

# WKDialogResult

An enumeration that lists the possible ways a delegate handled displaying a custom Lockdown Mode first use dialog.

```
enum WKDialogResult
```

## Topics

### First use dialog results

[`WKDialogResult.askAgain`](/documentation/WebKit/WKDialogResult/askAgain)

A result that indicates the delegate didn’t display a message, so other web views should check again.

[`WKDialogResult.handled`](/documentation/WebKit/WKDialogResult/handled)

A result that indicates the delegate displayed the first use message.

[`WKDialogResult.showDefault`](/documentation/WebKit/WKDialogResult/showDefault)

A result that indicates the delegate didn’t display a message, so the web view should show the default Lockdown Mode message.



---

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)