ConversationAction.Type Property

Definition

Returns the type of this action, for example, #TYPE_VIEW_CALENDAR.

public string Type { [Android.Runtime.Register("getType", "()Ljava/lang/String;", "", ApiSince=29)] [Android.Runtime.StringDef(Fields=new System.String[] { "TypeViewCalendar", "TypeViewMap", "TypeTrackFlight", "TypeOpenUrl", "TypeSendSms", "TypeCallPhone", "TypeSendEmail", "TypeTextReply", "TypeCreateReminder", "TypeShareLocation" }, Type="Android.Views.TextClassifiers.ConversationAction")] get; }
[<get: Android.Runtime.Register("getType", "()Ljava/lang/String;", "", ApiSince=29)>]
[<get: Android.Runtime.StringDef(Fields=new System.String[] { "TypeViewCalendar", "TypeViewMap", "TypeTrackFlight", "TypeOpenUrl", "TypeSendSms", "TypeCallPhone", "TypeSendEmail", "TypeTextReply", "TypeCreateReminder", "TypeShareLocation" }, Type="Android.Views.TextClassifiers.ConversationAction")>]
member this.Type : string

Property Value

String
Attributes

Remarks

Java documentation for android.view.textclassifier.ConversationAction.getType().

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