WKNavigationType Enum

Definition

Enumerates the types of action that can cause navigation.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum WKNavigationType
type WKNavigationType = 
Inheritance
WKNavigationType
Attributes

Fields

BackForward 2

The user moved forward or backward through the browsing history.

FormResubmitted 4

The user resubmitted a form.

FormSubmitted 1

The user submitted a form.

LinkActivated 0

The user activated a link.

Other -1

An action that is not represented by this enumeration caused the navigation.

Reload 3

A page was reloaded.

Applies to