| WKDownloadDelegate |
|
| WKDownloadDelegate.Block_downloadDecideDestinationUsingResponseSuggestedFilenameCompletionHandler |
|
| WKDownloadDelegate.Block_downloadDidReceiveAuthenticationChallengeCompletionHandler |
|
| WKDownloadDelegate.Block_downloadWillPerformHTTPRedirectionNewRequestDecisionHandler |
|
| WKHTTPCookieStoreObserver |
|
| WKNavigationDelegate |
A class conforming to the WKNavigationDelegate protocol can provide
methods for tracking progress for main frame navigations and for deciding
policy for main frame and subframe navigations.
|
| WKNavigationDelegate.Block_webViewAuthenticationChallengeShouldAllowDeprecatedTLS |
|
| WKNavigationDelegate.Block_webViewDecidePolicyForNavigationActionDecisionHandler |
|
| WKNavigationDelegate.Block_webViewDecidePolicyForNavigationActionPreferencesDecisionHandler |
|
| WKNavigationDelegate.Block_webViewDecidePolicyForNavigationResponseDecisionHandler |
|
| WKNavigationDelegate.Block_webViewDidReceiveAuthenticationChallengeCompletionHandler |
|
| WKPreviewActionItem |
|
| WKScriptMessageHandler |
A class conforming to the WKScriptMessageHandler protocol provides a
method for receiving messages from JavaScript running in a webpage.
|
| WKScriptMessageHandlerWithReply |
A class conforming to the WKScriptMessageHandlerWithReply protocol provides a
method for receiving messages from JavaScript running in a webpage and replying to them asynchronously.
|
| WKScriptMessageHandlerWithReply.Block_userContentControllerDidReceiveScriptMessageReplyHandler |
|
| WKUIDelegate |
A class conforming to the WKUIDelegate protocol provides methods for
presenting native UI on behalf of a webpage.
|
| WKUIDelegate.Block_webViewContextMenuConfigurationForElementCompletionHandler |
|
| WKUIDelegate.Block_webViewRequestDeviceOrientationAndMotionPermissionForOriginInitiatedByFrameDecisionHandler |
|
| WKUIDelegate.Block_webViewRequestMediaCapturePermissionForOriginInitiatedByFrameTypeDecisionHandler |
|
| WKUIDelegate.Block_webViewRunJavaScriptAlertPanelWithMessageInitiatedByFrameCompletionHandler |
|
| WKUIDelegate.Block_webViewRunJavaScriptConfirmPanelWithMessageInitiatedByFrameCompletionHandler |
|
| WKUIDelegate.Block_webViewRunJavaScriptTextInputPanelWithPromptDefaultTextInitiatedByFrameCompletionHandler |
|
| WKURLSchemeHandler |
A class conforming to the WKURLSchemeHandler protocol provides methods for
loading resources with URL schemes that WebKit doesn't know how to handle itself.
|
| WKURLSchemeTask |
|