IUrlInterceptHandler.GetPluginData Method

Definition

Given an URL, returns the PluginData which contains the surrogate response for the request, or null if the handler is not interested.

[Android.Runtime.Register("getPluginData", "(Ljava/lang/String;Ljava/util/Map;)Landroid/webkit/PluginData;", "GetGetPluginData_Ljava_lang_String_Ljava_util_Map_Handler:Android.Webkit.IUrlInterceptHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public 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;", "GetGetPluginData_Ljava_lang_String_Ljava_util_Map_Handler:Android.Webkit.IUrlInterceptHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetPluginData : string * System.Collections.Generic.IDictionary<string, string> -> Android.Webkit.PluginData

Parameters

url
String

URL string.

headers
IDictionary<String,String>

The headers associated with the request.

Returns

The PluginData containing the surrogate response.

Attributes

Remarks

Given an URL, returns the PluginData which contains the surrogate response for the request, or null if the handler is not interested.

This member is deprecated. Do not use, this interface is deprecated.

Java documentation for android.webkit.UrlInterceptHandler.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