xamarinios
namespace UIKit
{
    [Deprecated(PlatformName.iOS, 12, 0, PlatformArchitecture.None, "No longer supported; please adopt 'WKWebView' APIs.")]
    [Protocol(Name = "UIWebViewDelegate", WrapperType = typeof(UIWebViewDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "LoadStarted", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIWebView) }, Selector = "webViewDidStartLoad:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "LoadingFinished", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIWebView) }, Selector = "webViewDidFinishLoad:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "LoadFailed", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIWebView), typeof(NSError) }, Selector = "webView:didFailLoadWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldStartLoad", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIWebView), typeof(NSUrlRequest), typeof(UIWebViewNavigationType) }, ReturnType = typeof(bool), Selector = "webView:shouldStartLoadWithRequest:navigationType:")]
    [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
    public interface IUIWebViewDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
.NET 6.07.08.09.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

06/22/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙