ConversationAction.Builder.SetAction(RemoteAction) 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 an action that may be performed on the given conversation.
[Android.Runtime.Register("setAction", "(Landroid/app/RemoteAction;)Landroid/view/textclassifier/ConversationAction$Builder;", "", ApiSince=29)]
public Android.Views.TextClassifiers.ConversationAction.Builder SetAction(Android.App.RemoteAction? action);
[<Android.Runtime.Register("setAction", "(Landroid/app/RemoteAction;)Landroid/view/textclassifier/ConversationAction$Builder;", "", ApiSince=29)>]
member this.SetAction : Android.App.RemoteAction -> Android.Views.TextClassifiers.ConversationAction.Builder
Parameters
- action
- RemoteAction
RemoteAction: This value may be null.
Returns
This value cannot be null.
- Attributes
Remarks
Sets an action that may be performed on the given conversation.
Android reference for android.view.textclassifier.ConversationAction.Builder.setAction.
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.