xamarinmac
namespace WebKit
{
    [Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "WKNavigationDelegate", WrapperType = typeof(WKNavigationDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStartProvisionalNavigation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKNavigation) }, Selector = "webView:didStartProvisionalNavigation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveServerRedirectForProvisionalNavigation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKNavigation) }, Selector = "webView:didReceiveServerRedirectForProvisionalNavigation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailProvisionalNavigation", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKNavigation), typeof(NSError) }, Selector = "webView:didFailProvisionalNavigation:withError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidCommitNavigation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKNavigation) }, Selector = "webView:didCommitNavigation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishNavigation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKNavigation) }, Selector = "webView:didFinishNavigation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailNavigation", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKNavigation), typeof(NSError) }, Selector = "webView:didFailNavigation:withError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ContentProcessDidTerminate", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(WKWebView) }, Selector = "webViewWebContentProcessDidTerminate:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DecidePolicy", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V93) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKNavigationAction), typeof(Action<WKNavigationActionPolicy>) }, Selector = "webView:decidePolicyForNavigationAction:decisionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DecidePolicy", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V94) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKNavigationResponse), typeof(Action<WKNavigationResponsePolicy>) }, Selector = "webView:decidePolicyForNavigationResponse:decisionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DecidePolicy", ParameterBlockProxy = new[] { null, null, null, typeof(NIDActionArity2V83) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKNavigationAction), typeof(WKWebpagePreferences), typeof(Action<WKNavigationActionPolicy, WKWebpagePreferences>) }, Selector = "webView:decidePolicyForNavigationAction:preferences:decisionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveAuthenticationChallenge", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity2V42) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(NSUrlAuthenticationChallenge), typeof(Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>) }, Selector = "webView:didReceiveAuthenticationChallenge:completionHandler:")]
    public interface IWKNavigationDelegate : 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 xamarinmac
Assembly

Xamarin.Mac , 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

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