IWKUrlSchemeHandler Interfaccia

Definizione

Interfaccia per la gestione di schemi URL arbitrari.

[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
Attributi
Implementazioni

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi

StartUrlSchemeTask(WKWebView, IWKUrlSchemeTask)

Avvia un'attività dello schema URL che elabora un URL e carica i dati per l'oggetto specificato webView.

StopUrlSchemeTask(WKWebView, IWKUrlSchemeTask)

Arresta un'attività dello schema URL che elabora un URL e carica i dati per l'oggetto specificato webView.

Si applica a