TextClassifierEvent.TextSelectionEvent.Builder.SetRelativeSuggestedWordEndIndex Method

Definition

Sets the relative word (exclusive) index of the end of the smart selection.

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

Parameters

relativeSuggestedWordEndIndex
Int32

int

Returns

This value cannot be null.

Attributes

Remarks

Sets the relative word (exclusive) index of the end of the smart selection.

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

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