public final class WKNavigationType
extends java.lang.Object
The type of action triggering a navigation. [@constant] WKNavigationTypeLinkActivated A link with an href attribute was activated by the user. [@constant] WKNavigationTypeFormSubmitted A form was submitted. [@constant] WKNavigationTypeBackForward An item from the back-forward list was requested. [@constant] WKNavigationTypeReload The webpage was reloaded. [@constant] WKNavigationTypeFormResubmitted A form was resubmitted (for example by going back, going forward, or reloading). [@constant] WKNavigationTypeOther Navigation is taking place for some other reason.
| Modifier and Type | Field and Description |
|---|---|
static long |
BackForward |
static long |
FormResubmitted |
static long |
FormSubmitted |
static long |
LinkActivated |
static long |
Other |
static long |
Reload |
public static final long LinkActivated
public static final long FormSubmitted
public static final long BackForward
public static final long Reload
public static final long FormResubmitted
public static final long Other