TextSelection.Builder(Int32, Int32) Constructor

Definition

Creates a builder used to build TextSelection objects.

[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=26)]
public Builder (int startIndex, int endIndex);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=26)>]
new Android.Views.TextClassifiers.TextSelection.Builder : int * int -> Android.Views.TextClassifiers.TextSelection.Builder

Parameters

startIndex
Int32

the start index of the text selection.

endIndex
Int32

the end index of the text selection. Must be greater than startIndex

Attributes

Remarks

Creates a builder used to build TextSelection objects.

Java documentation for android.view.textclassifier.TextSelection.Builder.TextSelection$Builder(int, int).

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