Package org.robovm.apple.uikit
Interface UIWebViewDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIWebViewDelegateAdapter
public interface UIWebViewDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidFailLoad(UIWebView webView, NSError error)Deprecated.Deprecated in iOS 12.0.voiddidFinishLoad(UIWebView webView)Deprecated.Deprecated in iOS 12.0.voiddidStartLoad(UIWebView webView)Deprecated.Deprecated in iOS 12.0.booleanshouldStartLoad(UIWebView webView, NSURLRequest request, UIWebViewNavigationType navigationType)Deprecated.Deprecated in iOS 12.0.
-
Method Details
-
didStartLoad
Deprecated.Deprecated in iOS 12.0. No longer supported. -
didFinishLoad
Deprecated.Deprecated in iOS 12.0. No longer supported. -
didFailLoad
Deprecated.Deprecated in iOS 12.0. No longer supported.