次の方法で共有


IWKUrlSchemeHandler インターフェイス

定義

任意の URL スキームを処理するためのインターフェイス。

[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
属性
実装

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

StartUrlSchemeTask(WKWebView, IWKUrlSchemeTask)

URL を処理し、指定した のデータを読み込む URL スキーム タスクを開始します webView

StopUrlSchemeTask(WKWebView, IWKUrlSchemeTask)

URL を処理し、指定した のデータを読み込む URL スキーム タスクを停止します webView

適用対象