---
title: NEHotspotHelperResult.uiRequired
framework: networkextension
role: symbol
role_heading: Case
path: networkextension/nehotspothelperresult/uirequired
---

# NEHotspotHelperResult.uiRequired

The operation requires user interaction. This result is only valid in response to a command with type NEHotspotHelperCommandType.authenticate.

## Declaration

```swift
case uiRequired
```

## See Also

### Results

- [NEHotspotHelperResult.success](networkextension/nehotspothelperresult/success.md)
- [NEHotspotHelperResult.failure](networkextension/nehotspothelperresult/failure.md)
- [NEHotspotHelperResult.commandNotRecognized](networkextension/nehotspothelperresult/commandnotrecognized.md)
- [NEHotspotHelperResult.authenticationRequired](networkextension/nehotspothelperresult/authenticationrequired.md)
- [NEHotspotHelperResult.unsupportedNetwork](networkextension/nehotspothelperresult/unsupportednetwork.md)
- [NEHotspotHelperResult.temporaryFailure](networkextension/nehotspothelperresult/temporaryfailure.md)
