WKNavigationDelegate
WKNavigationDelegate()
WKNavigationDelegate(IntPtr)
WKNavigationDelegate(NativeHandle)
WKNavigationDelegate(NSObjectFlag)
ContentProcessDidTerminate(WKWebView)
DecidePolicy(WKWebView, WKNavigationAction, Action<WKNavigationActionPolicy>)
DecidePolicy(WKWebView, WKNavigationResponse, Action<WKNavigationResponsePolicy>)
DecidePolicy(WKWebView, WKNavigationAction, WKWebpagePreferences, Action<WKNavigationActionPolicy, WKWebpagePreferences>)
DidCommitNavigation(WKWebView, WKNavigation)
DidFailNavigation(WKWebView, WKNavigation, NSError)
DidFailProvisionalNavigation(WKWebView, WKNavigation, NSError)
DidFinishNavigation(WKWebView, WKNavigation)
DidReceiveAuthenticationChallenge(WKWebView, NSUrlAuthenticationChallenge, Action<NSUrlSessionAuthChallengeDisposition, NSUrlCredential>)
DidReceiveServerRedirectForProvisionalNavigation(WKWebView, WKNavigation)
DidStartProvisionalNavigation(WKWebView, WKNavigation)
NavigationActionDidBecomeDownload(WKWebView, WKNavigationAction, WKDownload)
NavigationResponseDidBecomeDownload(WKWebView, WKNavigationResponse, WKDownload)
ShouldAllowDeprecatedTls(WKWebView, NSUrlAuthenticationChallenge, Action<Boolean>)
xamarinios
namespace WebKit
{
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("WKNavigationDelegate", false)]
public class WKNavigationDelegate : NSObject, INativeObject, IDisposable, IWKNavigationDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal WKNavigationDelegate(IntPtr handle);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin iOS | 0.0 |
Xamarin macOS | 0.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