WKUIDelegate
WKUIDelegate()
WKUIDelegate(IntPtr)
WKUIDelegate(NativeHandle)
WKUIDelegate(NSObjectFlag)
CommitPreviewingViewController(WKWebView, UIViewController)
ContextMenuDidEnd(WKWebView, WKContextMenuElementInfo)
ContextMenuWillPresent(WKWebView, WKContextMenuElementInfo)
CreateWebView(WKWebView, WKWebViewConfiguration, WKNavigationAction, WKWindowFeatures)
DidClose(WKWebView)
GetPreviewingViewController(WKWebView, WKPreviewElementInfo, IWKPreviewActionItem[])
RequestDeviceOrientationAndMotionPermission(WKWebView, WKSecurityOrigin, WKFrameInfo, Action<WKPermissionDecision>)
RequestMediaCapturePermission(WKWebView, WKSecurityOrigin, WKFrameInfo, WKMediaCaptureType, Action<WKPermissionDecision>)
RunJavaScriptAlertPanel(WKWebView, String, WKFrameInfo, Action)
RunJavaScriptConfirmPanel(WKWebView, String, WKFrameInfo, Action<Boolean>)
RunJavaScriptTextInputPanel(WKWebView, String, String, WKFrameInfo, Action<String>)
RunOpenPanel(WKWebView, WKOpenPanelParameters, WKFrameInfo, Action<NSUrl[]>)
SetContextMenuConfiguration(WKWebView, WKContextMenuElementInfo, Action<UIContextMenuConfiguration>)
ShouldPreviewElement(WKWebView, WKPreviewElementInfo)
ShowLockDownMode(WKWebView, String, Action<WKDialogResult>)
WillCommitContextMenu(WKWebView, WKContextMenuElementInfo, IUIContextMenuInteractionCommitAnimating)
WillDismissEditMenu(WKWebView, IUIEditMenuInteractionAnimating)
WillPresentEditMenu(WKWebView, IUIEditMenuInteractionAnimating)
xamarinmac
namespace WebKit
{
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("WKUIDelegate", false)]
public class WKUIDelegate : NSObject, INativeObject, IDisposable, IWKUIDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:")]
public virtual void RunJavaScriptAlertPanel(WKWebView! webView, string! message, WKFrameInfo! frame, [BlockProxy(typeof(NIDAction))] Action! completionHandler);
}
}
.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