---
title: WKDialogResult.handled
framework: webkit
role: symbol
role_heading: Case
path: webkit/wkdialogresult/handled
---

# WKDialogResult.handled

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

## Declaration

```swift
case handled
```

## Discussion

Discussion This result tells the system that it does not need to check any more whether it needs to display the Lockdown Mode first use message.

## See Also

### First use dialog results

- [WKDialogResult.askAgain](webkit/wkdialogresult/askagain.md)
- [WKDialogResult.showDefault](webkit/wkdialogresult/showdefault.md)
