ConversationAction.Type 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 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
This value cannot be null. Value is one of the following: TYPE_VIEW_CALENDAR TYPE_VIEW_MAP TYPE_TRACK_FLIGHT TYPE_OPEN_URL TYPE_SEND_SMS TYPE_CALL_PHONE TYPE_SEND_EMAIL TYPE_TEXT_REPLY TYPE_CREATE_REMINDER TYPE_SHARE_LOCATION
- Attributes
Remarks
Returns the type of this action, for example, TYPE_VIEW_CALENDAR.
Android reference 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.