xamarinios
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(NIDActionArity1V237) }, 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(NIDActionArity1V238) }, 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(NIDActionArity2V118) }, 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(NIDActionArity2V2) }, 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 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. |