WebView.HitTestResult.Extra Property

Definition

Gets additional type-dependant information about the result.

public virtual string? Extra { [Android.Runtime.Register("getExtra", "()Ljava/lang/String;", "GetGetExtraHandler")] get; }
[<get: Android.Runtime.Register("getExtra", "()Ljava/lang/String;", "GetGetExtraHandler")>]
member this.Extra : string

Property Value

additional type-dependant information about the result

Attributes

Remarks

Gets additional type-dependant information about the result. See WebView#getHitTestResult() for details. May either be null or contain extra information about this result.

Java documentation for android.webkit.WebView.HitTestResult.getExtra().

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