Uses of Class
org.robovm.apple.uikit.UIWebViewNavigationType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIWebViewNavigationType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIWebViewNavigationType Modifier and Type Method Description static UIWebViewNavigationTypeUIWebViewNavigationType. valueOf(long n)Returns the enum constant of this type with the specified name.static UIWebViewNavigationTypeUIWebViewNavigationType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIWebViewNavigationType[]UIWebViewNavigationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIWebViewNavigationType Modifier and Type Method Description booleanUIWebViewDelegate. shouldStartLoad(UIWebView webView, NSURLRequest request, UIWebViewNavigationType navigationType)Deprecated.Deprecated in iOS 12.0.booleanUIWebViewDelegateAdapter. shouldStartLoad(UIWebView webView, NSURLRequest request, UIWebViewNavigationType navigationType)Deprecated.Deprecated in iOS 12.0.