WebView.HitTestResult.Type Property

Definition

Gets the type of the hit test result.

public virtual Android.Webkit.HitTestResult Type { [Android.Runtime.Register("getType", "()I", "GetGetTypeHandler")] get; }
[<get: Android.Runtime.Register("getType", "()I", "GetGetTypeHandler")>]
member this.Type : Android.Webkit.HitTestResult

Property Value

the type of the hit test result

Attributes

Remarks

Gets the type of the hit test result. See the XXX_TYPE constants defined in this class.

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

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