Aracılığıyla paylaş


UrlInterceptRegistry.GetPluginData Method

Definition

Given an url, returns the PluginData of the first UrlInterceptHandler interested, or null if none are or if intercepts are disabled.

[Android.Runtime.Register("getPluginData", "(Ljava/lang/String;Ljava/util/Map;)Landroid/webkit/PluginData;", "")]
public static Android.Webkit.PluginData? GetPluginData (string? url, System.Collections.Generic.IDictionary<string,string>? headers);
[<Android.Runtime.Register("getPluginData", "(Ljava/lang/String;Ljava/util/Map;)Landroid/webkit/PluginData;", "")>]
static member GetPluginData : string * System.Collections.Generic.IDictionary<string, string> -> Android.Webkit.PluginData

Parameters

url
String

Returns

A PluginData instance containing surrogate content.

Attributes

Remarks

Given an url, returns the PluginData of the first UrlInterceptHandler interested, or null if none are or if intercepts are disabled.

This member is deprecated. This class was intended to be used by Gears. Since Gears was deprecated, so is this class.

Java documentation for android.webkit.UrlInterceptRegistry.getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to