TextClassifierEvent.GetActionIndices Method

Definition

Returns the indices of the actions relating to this event.

[Android.Runtime.Register("getActionIndices", "()[I", "GetGetActionIndicesHandler", ApiSince=29)]
public virtual int[] GetActionIndices ();
[<Android.Runtime.Register("getActionIndices", "()[I", "GetGetActionIndicesHandler", ApiSince=29)>]
abstract member GetActionIndices : unit -> int[]
override this.GetActionIndices : unit -> int[]

Returns

Int32[]
Attributes

Remarks

Returns the indices of the actions relating to this event. Actions are usually returned by the text classifier in priority order with the most preferred action at index 0. This list gives an indication of the position of the actions that are being reported.

Java documentation for android.view.textclassifier.TextClassifierEvent.getActionIndices().

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