UIWebViewNavigationType Enum

Definition

An enumeration of navigation types for use in a UIWebView.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIWebViewNavigationType
type UIWebViewNavigationType = 
Inheritance
UIWebViewNavigationType
Attributes

Fields

BackForward 2

The app user has tapped either the back or forward button.

FormResubmitted 4

The app user has resubmitted a form.

FormSubmitted 1

The app user has submitted a form.

LinkClicked 0

The user tapped a link.

Other 5

The app user has performed some other action.

Reload 3

The app user has tapped the reload button.

Applies to