Uses of Class
org.robovm.apple.webkit.WKNavigationResponsePolicy
| Package | Description |
|---|---|
| org.robovm.apple.webkit |
-
Uses of WKNavigationResponsePolicy in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit that return WKNavigationResponsePolicy Modifier and Type Method Description static WKNavigationResponsePolicyWKNavigationResponsePolicy. valueOf(long n)Returns the enum constant of this type with the specified name.static WKNavigationResponsePolicyWKNavigationResponsePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static WKNavigationResponsePolicy[]WKNavigationResponsePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.robovm.apple.webkit with type arguments of type WKNavigationResponsePolicy Modifier and Type Method Description voidWKNavigationDelegate. decidePolicyForNavigationResponse(WKWebView webView, WKNavigationResponse navigationResponse, VoidBlock1<WKNavigationResponsePolicy> decisionHandler)voidWKNavigationDelegateAdapter. decidePolicyForNavigationResponse(WKWebView webView, WKNavigationResponse navigationResponse, VoidBlock1<WKNavigationResponsePolicy> decisionHandler)