xamarinios
namespace WebKit
{
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "WKURLSchemeHandler", WrapperType = typeof(WKUrlSchemeHandlerWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StartUrlSchemeTask", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(IWKUrlSchemeTask) }, Selector = "webView:startURLSchemeTask:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "StopUrlSchemeTask", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(WKWebView), typeof(IWKUrlSchemeTask) }, Selector = "webView:stopURLSchemeTask:")]
public interface IWKUrlSchemeHandler : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("webView:stopURLSchemeTask:")]
[Preserve(Conditional = true)]
void StopUrlSchemeTask(WKWebView! webView, IWKUrlSchemeTask! urlSchemeTask);
}
}
.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. |