ContactLaunchActionVerbs
ContactLaunchActionVerbs
ContactLaunchActionVerbs
ContactLaunchActionVerbs
Class
Definition
Provides data when an app is launched to perform an action to a contact.
public : static class ContactLaunchActionVerbspublic static class ContactLaunchActionVerbsPublic Static Class ContactLaunchActionVerbs// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Use the ContactLaunchActionVerbs 's properties to determine the value of the "Verb" property when your app is activated with ActivationKind.Contact. These properties represent all possible string values of the "Verb" property. For example, the ContactMapActivatedEventArgs.Verb property is set to the value of Map.
For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions and Quickstart: Handling contact actions .
Properties
Call Call Call Call
Gets the call contact action.
public : static PlatForm::String Call { get; }public static string Call { get; }Public Static ReadOnly Property Call As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The call contact action.
- See Also
Map Map Map Map
Gets the map contact action.
public : static PlatForm::String Map { get; }public static string Map { get; }Public Static ReadOnly Property Map As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The map contact action.
- See Also
Message Message Message Message
Gets the send message to a contact action.
public : static PlatForm::String Message { get; }public static string Message { get; }Public Static ReadOnly Property Message As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The send message to a contact action.
- See Also
Post Post Post Post
Gets the post to a contact action.
public : static PlatForm::String Post { get; }public static string Post { get; }Public Static ReadOnly Property Post As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The post to a contact action.
VideoCall VideoCall VideoCall VideoCall
Gets the video call contact action.
public : static PlatForm::String VideoCall { get; }public static string VideoCall { get; }Public Static ReadOnly Property VideoCall As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The video call contact action.