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

int: the start index of the text selection. Value is 0 or greater

endIndex
Int32

int: the end index of the text selection. Must be greater than startIndex. Value is 0 or greater

Attributes

Remarks

Creates a builder used to build TextSelection objects.

Android reference for android.view.textclassifier.TextSelection.Builder.Builder.

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