TextClassifierEvent.Builder.SetEventIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the index of this event in the series of events it belongs to.
[Android.Runtime.Register("setEventIndex", "(I)Landroid/view/textclassifier/TextClassifierEvent$Builder;", "GetSetEventIndex_IHandler", ApiSince=29)]
public virtual Java.Lang.Object SetEventIndex(int eventIndex);
[<Android.Runtime.Register("setEventIndex", "(I)Landroid/view/textclassifier/TextClassifierEvent$Builder;", "GetSetEventIndex_IHandler", ApiSince=29)>]
abstract member SetEventIndex : int -> Java.Lang.Object
override this.SetEventIndex : int -> Java.Lang.Object
Parameters
- eventIndex
- Int32
int
Returns
This value cannot be null.
- Attributes
Remarks
Sets the index of this event in the series of events it belongs to.
Android reference for android.view.textclassifier.TextClassifierEvent.Builder.setEventIndex.
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.