---
title: UIWebView.NavigationType
framework: uikit
role: symbol
role_heading: Enumeration
path: uikit/uiwebview/navigationtype
---

# UIWebView.NavigationType

Constant indicating the user’s action.

## Declaration

```swift
enum NavigationType
```

## Topics

### Constants

- [UIWebView.NavigationType.linkClicked](uikit/uiwebview/navigationtype/linkclicked.md)
- [UIWebView.NavigationType.formSubmitted](uikit/uiwebview/navigationtype/formsubmitted.md)
- [UIWebView.NavigationType.backForward](uikit/uiwebview/navigationtype/backforward.md)
- [UIWebView.NavigationType.reload](uikit/uiwebview/navigationtype/reload.md)
- [UIWebView.NavigationType.formResubmitted](uikit/uiwebview/navigationtype/formresubmitted.md)
- [UIWebView.NavigationType.other](uikit/uiwebview/navigationtype/other.md)

### Initializers

- [init(rawValue:)](uikit/uiwebview/navigationtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [UIWebView.PaginationBreakingMode](uikit/uiwebview/paginationbreakingmode-swift.enum.md)
- [UIWebView.PaginationMode](uikit/uiwebview/paginationmode-swift.enum.md)
- [UIDataDetectorTypes](uikit/uidatadetectortypes.md)
