IWKUrlSchemeHandler Interface

Definition

Interface for handling arbitrary URL schemes.

[Foundation.Protocol(Name="WKURLSchemeHandler", WrapperType=typeof(WebKit.WKUrlSchemeHandlerWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IWKUrlSchemeHandler : IDisposable, ObjCRuntime.INativeObject
type IWKUrlSchemeHandler = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

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.

Applies to