PhoneNotificationTriggerDetails.CallDetails 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.
Represents the details about a phone call that generated the phone notification.
public:
property PhoneCallDetails ^ CallDetails { PhoneCallDetails ^ get(); };
PhoneCallDetails CallDetails();
public PhoneCallDetails CallDetails { get; }
var phoneCallDetails = phoneNotificationTriggerDetails.callDetails;
Public ReadOnly Property CallDetails As PhoneCallDetails
Property Value
Details about a phone call.
Windows requirements
App capabilities |
accessoryManager
|
Remarks
Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.