TextSelection.Request.StartIndex Property

Definition

Returns start index of the selected part of text.

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

Property Value

Attributes

Remarks

Returns start index of the selected part of text.

Java documentation for android.view.textclassifier.TextSelection.Request.getStartIndex().

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