IWKUIDelegate
CommitPreviewingViewController(IWKUIDelegate, WKWebView, UIViewController)
ContextMenuDidEnd(IWKUIDelegate, WKWebView, WKContextMenuElementInfo)
ContextMenuWillPresent(IWKUIDelegate, WKWebView, WKContextMenuElementInfo)
CreateWebView(IWKUIDelegate, WKWebView, WKWebViewConfiguration, WKNavigationAction, WKWindowFeatures)
DidClose(IWKUIDelegate, WKWebView)
GetPreviewingViewController(IWKUIDelegate, WKWebView, WKPreviewElementInfo, IWKPreviewActionItem[])
RequestDeviceOrientationAndMotionPermission(IWKUIDelegate, WKWebView, WKSecurityOrigin, WKFrameInfo, Action<WKPermissionDecision>)
RequestDeviceOrientationAndMotionPermissionAsync(IWKUIDelegate, WKWebView, WKSecurityOrigin, WKFrameInfo)
RequestMediaCapturePermission(IWKUIDelegate, WKWebView, WKSecurityOrigin, WKFrameInfo, WKMediaCaptureType, Action<WKPermissionDecision>)
RequestMediaCapturePermissionAsync(IWKUIDelegate, WKWebView, WKSecurityOrigin, WKFrameInfo, WKMediaCaptureType)
RunJavaScriptAlertPanel(IWKUIDelegate, WKWebView, String, WKFrameInfo, Action)
RunJavaScriptConfirmPanel(IWKUIDelegate, WKWebView, String, WKFrameInfo, Action<Boolean>)
RunJavaScriptTextInputPanel(IWKUIDelegate, WKWebView, String, String, WKFrameInfo, Action<String>)
RunOpenPanel(IWKUIDelegate, WKWebView, WKOpenPanelParameters, WKFrameInfo, Action<NSUrl[]>)
SetContextMenuConfiguration(IWKUIDelegate, WKWebView, WKContextMenuElementInfo, Action<UIContextMenuConfiguration>)
ShouldPreviewElement(IWKUIDelegate, WKWebView, WKPreviewElementInfo)
ShowLockDownMode(IWKUIDelegate, WKWebView, String, Action<WKDialogResult>)
ShowLockDownModeAsync(IWKUIDelegate, WKWebView, String)
WillCommitContextMenu(IWKUIDelegate, WKWebView, WKContextMenuElementInfo, IUIContextMenuInteractionCommitAnimating)
WillDismissEditMenu(IWKUIDelegate, WKWebView, IUIEditMenuInteractionAnimating)
WillPresentEditMenu(IWKUIDelegate, WKWebView, IUIEditMenuInteractionAnimating)
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