WebKit.WKUIDelegate: Method Members

The methods of WebKit.WKUIDelegate are listed below. For a list of all members, see the WKUIDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

CreateWebView(WKWebView, WKWebViewConfiguration, WKNavigationAction, WKWindowFeatures) : WKWebView
Documentation for this section has not yet been entered.
RunJavaScriptAlertPanel(WKWebView, string, WKFrameInfo, Action)
Documentation for this section has not yet been entered.
RunJavaScriptConfirmPanel(WKWebView, string, WKFrameInfo, Action<bool>)
Documentation for this section has not yet been entered.
RunJavaScriptTextInputPanel(WKWebView, string, string, WKFrameInfo, Action<string>)
Documentation for this section has not yet been entered.