-
Method Summary
| Modifier and Type |
Method |
Description |
void |
decidePolicyForNavigationAction(WKWebView webView,
WKNavigationAction navigationAction,
WKWebpagePreferences preferences,
VoidBlock2<WKNavigationActionPolicy,WKWebpagePreferences> decisionHandler) |
|
void |
decidePolicyForNavigationAction(WKWebView webView,
WKNavigationAction navigationAction,
VoidBlock1<WKNavigationActionPolicy> decisionHandler) |
|
void |
decidePolicyForNavigationResponse(WKWebView webView,
WKNavigationResponse navigationResponse,
VoidBlock1<WKNavigationResponsePolicy> decisionHandler) |
|
void |
didBecomeDownload(WKWebView webView,
WKNavigationAction navigationAction,
WKDownload download) |
|
void |
didBecomeDownload(WKWebView webView,
WKNavigationResponse navigationResponse,
WKDownload download) |
|
void |
didCommitNavigation(WKWebView webView,
WKNavigation navigation) |
|
void |
didFailNavigation(WKWebView webView,
WKNavigation navigation,
NSError error) |
|
void |
didFailProvisionalNavigation(WKWebView webView,
WKNavigation navigation,
NSError error) |
|
void |
didFinishNavigation(WKWebView webView,
WKNavigation navigation) |
|
void |
didReceiveAuthenticationChallenge(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBlock2<NSURLSessionAuthChallengeDisposition,NSURLCredential> completionHandler) |
|
void |
didReceiveServerRedirectForProvisionalNavigation(WKWebView webView,
WKNavigation navigation) |
|
void |
didStartProvisionalNavigation(WKWebView webView,
WKNavigation navigation) |
|
void |
shouldAllowDeprecatedTLS(WKWebView webView,
NSURLAuthenticationChallenge challenge,
VoidBooleanBlock decisionHandler) |
|
void |
webContentProcessDidTerminate(WKWebView webView) |
|
-
Method Details
-
decidePolicyForNavigationAction
-
decidePolicyForNavigationAction
- Since:
- Available in iOS 13.0 and later.
-
decidePolicyForNavigationResponse
-
didStartProvisionalNavigation
-
didReceiveServerRedirectForProvisionalNavigation
-
didFailProvisionalNavigation
-
-
-
-
didReceiveAuthenticationChallenge
-
webContentProcessDidTerminate
void webContentProcessDidTerminate(
WKWebView webView)
- Since:
- Available in iOS 9.0 and later.
-
shouldAllowDeprecatedTLS
- Since:
- Available in iOS 14.0 and later.
-
didBecomeDownload
- Since:
- Available in iOS 14.5 and later.
-
didBecomeDownload
- Since:
- Available in iOS 14.5 and later.