Interface UIWebViewDelegate

    • Method Detail

      • shouldStartLoad

        @Deprecated
        boolean shouldStartLoad​(UIWebView webView,
                                NSURLRequest request,
                                UIWebViewNavigationType navigationType)
        Deprecated.
        Deprecated in iOS 12.0. No longer supported.
        Since:
        Available in iOS 2.0 and later.
      • didStartLoad

        @Deprecated
        void didStartLoad​(UIWebView webView)
        Deprecated.
        Deprecated in iOS 12.0. No longer supported.
        Since:
        Available in iOS 2.0 and later.
      • didFinishLoad

        @Deprecated
        void didFinishLoad​(UIWebView webView)
        Deprecated.
        Deprecated in iOS 12.0. No longer supported.
        Since:
        Available in iOS 2.0 and later.
      • didFailLoad

        @Deprecated
        void didFailLoad​(UIWebView webView,
                         NSError error)
        Deprecated.
        Deprecated in iOS 12.0. No longer supported.
        Since:
        Available in iOS 2.0 and later.