public final class WKNavigationResponsePolicy
extends java.lang.Object
The policy to pass back to the decision handler from the webView:decidePolicyForNavigationResponse:decisionHandler: method. [@constant] WKNavigationResponsePolicyCancel Cancel the navigation. [@constant] WKNavigationResponsePolicyAllow Allow the navigation to continue. [@constant] WKNavigationResponsePolicyDownload Turn the navigation into a download.
public static final long Cancel
public static final long Allow
public static final long Download