ConversationActions(IList<ConversationAction>, String) Constructor

Definition

Constructs a ConversationActions object.

[Android.Runtime.Register(".ctor", "(Ljava/util/List;Ljava/lang/String;)V", "", ApiSince=29)]
public ConversationActions(System.Collections.Generic.IList<Android.Views.TextClassifiers.ConversationAction> conversationActions, string? id);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;Ljava/lang/String;)V", "", ApiSince=29)>]
new Android.Views.TextClassifiers.ConversationActions : System.Collections.Generic.IList<Android.Views.TextClassifiers.ConversationAction> * string -> Android.Views.TextClassifiers.ConversationActions

Parameters

conversationActions
IList<ConversationAction>

List: This value cannot be null.

id
String

String: This value may be null.

Attributes

Remarks

Constructs a ConversationActions object.

Android reference for android.view.textclassifier.ConversationActions.ConversationActions.

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