TextClassifierEvent.TextSelectionEvent.Builder.SetRelativeSuggestedWordStartIndex Method

Definition

Sets the relative word index of the start of the smart selection.

[Android.Runtime.Register("setRelativeSuggestedWordStartIndex", "(I)Landroid/view/textclassifier/TextClassifierEvent$TextSelectionEvent$Builder;", "", ApiSince=29)]
public Android.Views.TextClassifiers.TextClassifierEvent.TextSelectionEvent.Builder SetRelativeSuggestedWordStartIndex(int relativeSuggestedWordStartIndex);
[<Android.Runtime.Register("setRelativeSuggestedWordStartIndex", "(I)Landroid/view/textclassifier/TextClassifierEvent$TextSelectionEvent$Builder;", "", ApiSince=29)>]
member this.SetRelativeSuggestedWordStartIndex : int -> Android.Views.TextClassifiers.TextClassifierEvent.TextSelectionEvent.Builder

Parameters

relativeSuggestedWordStartIndex
Int32

int

Returns

This value cannot be null.

Attributes

Remarks

Sets the relative word index of the start of the smart selection.

Android reference for android.view.textclassifier.TextClassifierEvent.TextSelectionEvent.Builder.setRelativeSuggestedWordStartIndex.

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