IContactCallActivatedEventArgs
IContactCallActivatedEventArgs
IContactCallActivatedEventArgs
IContactCallActivatedEventArgs
Interface
Definition
Provides data when an app is activated to call a contact.
public : interface IContactCallActivatedEventArgspublic interface IContactCallActivatedEventArgsPublic Interface IContactCallActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IContactActivatedEventArgsIContactActivatedEventArgsIContactActivatedEventArgsIContactActivatedEventArgsIContactCallActivatedEventArgsIContactCallActivatedEventArgsIContactCallActivatedEventArgsIContactCallActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced v1)
|
Inherited Members
Inherited properties
Remarks
For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions and Quickstart: Handling contact actions .
Properties
ServiceId ServiceId ServiceId ServiceId
Gets the identifier of the service used for the call.
public : PlatForm::String ServiceId { get; }public string ServiceId { get; }Public ReadOnly Property ServiceId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The identifier of the service used for the call.
Remarks
For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions and Quickstart: Handling contact actions .
- See Also
ServiceUserId ServiceUserId ServiceUserId ServiceUserId
Gets the user identifier of the service used for the call.
public : PlatForm::String ServiceUserId { get; }public string ServiceUserId { get; }Public ReadOnly Property ServiceUserId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user identifier of the service used for the call.
Remarks
For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions and Quickstart: Handling contact actions .
- See Also