Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long Allow  
      static long Cancel  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait