WebKit.WKUIDelegate Members

The members of WebKit.WKUIDelegate 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

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.