PhoneNotificationTriggerDetails.CallDetails Property

Definition

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.

Applies to