Język

ConversationAction.Builder(String) Constructor

Definition

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=29)]
public Builder(string actionType);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=29)>]
new Android.Views.TextClassifiers.ConversationAction.Builder : string -> Android.Views.TextClassifiers.ConversationAction.Builder

Parameters

actionType
String

This value cannot be null. Value is one of the following: ConversationAction.TYPE_VIEW_CALENDAR; ConversationAction.TYPE_VIEW_MAP; ConversationAction.TYPE_TRACK_FLIGHT; ConversationAction.TYPE_OPEN_URL; ConversationAction.TYPE_SEND_SMS; ConversationAction.TYPE_CALL_PHONE; ConversationAction.TYPE_SEND_EMAIL; ConversationAction.TYPE_TEXT_REPLY; ConversationAction.TYPE_CREATE_REMINDER; ConversationAction.TYPE_SHARE_LOCATION

Attributes

Remarks

Android reference for android.view.textclassifier.ConversationAction.Builder.Builder.

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