public final class WKNavigationActionPolicy
extends java.lang.Object
The policy to pass back to the decision handler from the webView:decidePolicyForNavigationAction:decisionHandler: method. [@constant] WKNavigationActionPolicyCancel Cancel the navigation. [@constant] WKNavigationActionPolicyAllow Allow the navigation to continue. [@constant] WKNavigationActionPolicyDownload Turn the navigation into a download.
public static final long Cancel
public static final long Allow
public static final long Download