다음을 통해 공유


TextClassification.Actions Property

Definition

Returns a list of actions that may be performed on the text.

public System.Collections.Generic.IList<Android.App.RemoteAction>? Actions { [Android.Runtime.Register("getActions", "()Ljava/util/List;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getActions", "()Ljava/util/List;", "", ApiSince=28)>]
member this.Actions : System.Collections.Generic.IList<Android.App.RemoteAction>

Property Value

Attributes

Remarks

Returns a list of actions that may be performed on the text. The list is ordered based on the likelihood that a user will use the action, with the most likely action appearing first.

Java documentation for android.view.textclassifier.TextClassification.getActions().

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