TextClassifierEvent.TextSelectionEvent.RelativeWordStartIndex Property

Definition

Returns the relative word index of the start of the selection.

public int RelativeWordStartIndex { [Android.Runtime.Register("getRelativeWordStartIndex", "()I", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getRelativeWordStartIndex", "()I", "", ApiSince=29)>]
member this.RelativeWordStartIndex : int

Property Value

Attributes

Remarks

Returns the relative word index of the start of the selection.

Java documentation for android.view.textclassifier.TextClassifierEvent.TextSelectionEvent.getRelativeWordStartIndex().

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