Package apple.webkit.enums
Class WKNavigationResponsePolicy
- java.lang.Object
-
- apple.webkit.enums.WKNavigationResponsePolicy
-
public final class WKNavigationResponsePolicy extends java.lang.Object[@enum] WKNavigationResponsePolicy 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.
-
-
Field Detail
-
Cancel
public static final long Cancel
- See Also:
- Constant Field Values
-
Allow
public static final long Allow
- See Also:
- Constant Field Values
-
-