TextClassification.Actions Property
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 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.