Share via


IWKUrlSchemeHandler Interface

Definition

Interface for handling arbitrary URL schemes.

[Foundation.Protocol(Name="WKURLSchemeHandler", WrapperType=typeof(WebKit.WKUrlSchemeHandlerWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="StartUrlSchemeTask", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(WebKit.WKWebView), typeof(WebKit.IWKUrlSchemeTask) }, Selector="webView:startURLSchemeTask:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="StopUrlSchemeTask", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(WebKit.WKWebView), typeof(WebKit.IWKUrlSchemeTask) }, Selector="webView:stopURLSchemeTask:")]
public interface IWKUrlSchemeHandler : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="WKURLSchemeHandler", WrapperType=typeof(WebKit.WKUrlSchemeHandlerWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="StartUrlSchemeTask", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(WebKit.WKWebView), typeof(WebKit.IWKUrlSchemeTask) }, Selector="webView:startURLSchemeTask:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="StopUrlSchemeTask", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(WebKit.WKWebView), typeof(WebKit.IWKUrlSchemeTask) }, Selector="webView:stopURLSchemeTask:")>]
type IWKUrlSchemeHandler = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
StartUrlSchemeTask(WKWebView, IWKUrlSchemeTask)

Starts a URL scheme task that processes a URL and loads data for the specified webView.

StopUrlSchemeTask(WKWebView, IWKUrlSchemeTask)

Stops a URL scheme task that processes a URL and loads data for the specified webView.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to