PluginData.ContentLength Property

Definition

Returns the length of the plugin content.

public long ContentLength { [Android.Runtime.Register("getContentLength", "()J", "")] get; }
[<get: Android.Runtime.Register("getContentLength", "()J", "")>]
member this.ContentLength : int64

Property Value

the length of the plugin content.

Attributes

Remarks

Returns the length of the plugin content.

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.PluginData.getContentLength().

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