The members of WebKit.WKNavigationDelegate are listed below.
See Also: Inherited members from Foundation.NSObject
Public Constructors
| | Default constructor, initializes a new instance of this class. |
Protected Constructors
| | Constructor to call on derived classes to skip initialization and merely allocate the object. |
| | A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
Public Methods
| DecidePolicy(WKWebView, WKNavigationAction, Action<WKNavigationActionPolicy>)Documentation for this section has not yet been entered. |
| DecidePolicy(WKWebView, WKNavigationResponse, Action<WKNavigationResponsePolicy>)Documentation for this section has not yet been entered. |
| DidCommitNavigation(WKWebView, WKNavigation)Documentation for this section has not yet been entered. |
| DidFailNavigation(WKWebView, WKNavigation, Foundation.NSError)Documentation for this section has not yet been entered. |
| DidFailProvisionalNavigation(WKWebView, WKNavigation, Foundation.NSError)Documentation for this section has not yet been entered. |
| DidFinishNavigation(WKWebView, WKNavigation)Documentation for this section has not yet been entered. |
| DidReceiveAuthenticationChallenge(WKWebView, Foundation.NSUrlAuthenticationChallenge, Action<Foundation.NSUrlSessionAuthChallengeDisposition, Foundation.NSUrlCredential>)Documentation for this section has not yet been entered. |
| DidReceiveServerRedirectForProvisionalNavigation(WKWebView, WKNavigation)Documentation for this section has not yet been entered. |
| DidStartProvisionalNavigation(WKWebView, WKNavigation)Documentation for this section has not yet been entered. |