TextClassifierEvent.GetActionIndices 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.
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
- 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.