xamarinios
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 = "CommitPreviewingViewController", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(UIViewController) }, Selector = "webView:commitPreviewingViewController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillCommitContextMenu", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKContextMenuElementInfo), typeof(IUIContextMenuInteractionCommitAnimating) }, Selector = "webView:contextMenuForElement:willCommitWithAnimator:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ContextMenuWillPresent", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKContextMenuElementInfo) }, Selector = "webView:contextMenuWillPresentForElement:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ContextMenuDidEnd", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKContextMenuElementInfo) }, Selector = "webView:contextMenuDidEndForElement:")]
[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(NIDActionArity1V4) }, 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(NIDActionArity1V56) }, 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 = "ShouldPreviewElement", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKPreviewElementInfo) }, ReturnType = typeof(bool), Selector = "webView:shouldPreviewElement:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetPreviewingViewController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKPreviewElementInfo), typeof(IWKPreviewActionItem[]) }, ReturnType = typeof(UIViewController), Selector = "webView:previewingViewControllerForElement:defaultActions:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SetContextMenuConfiguration", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V239) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(WKWebView), typeof(WKContextMenuElementInfo), typeof(Action<UIContextMenuConfiguration>) }, Selector = "webView:contextMenuConfigurationForElement: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 xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |