xamarinmac
namespace WebKit
{
    [Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "WKUIDelegate", WrapperType = typeof(WKUIDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidClose", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(WKWebView) }, Selector = "webViewDidClose:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CreateWebView", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKWebViewConfiguration), typeof(WKNavigationAction), typeof(WKWindowFeatures) }, ReturnType = typeof(WKWebView), Selector = "webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RunJavaScriptAlertPanel", ParameterBlockProxy = new[] { null, null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(string), typeof(WKFrameInfo), typeof(Action) }, Selector = "webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RunJavaScriptConfirmPanel", ParameterBlockProxy = new[] { null, null, null, typeof(NIDActionArity1V0) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(string), typeof(WKFrameInfo), typeof(Action<bool>) }, Selector = "webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:completionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RunJavaScriptTextInputPanel", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDActionArity1V44) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(string), typeof(string), typeof(WKFrameInfo), typeof(Action<string>) }, Selector = "webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RunOpenPanel", ParameterBlockProxy = new[] { null, null, null, typeof(NIDActionArity1V95) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKOpenPanelParameters), typeof(WKFrameInfo), typeof(Action<NSUrl[]>) }, Selector = "webView:runOpenPanelWithParameters:initiatedByFrame:completionHandler:")]
    public interface IWKUIDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
.NET 6.07.08.09.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

06/26/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙