PhoneNotificationTriggerDetails.StartedProcessing Property

Definition

Specifies whether the accessory has started processing the phone notification.

public:
 property bool StartedProcessing { bool get(); void set(bool value); };
bool StartedProcessing();

void StartedProcessing(bool value);
public bool StartedProcessing { get; set; }
var boolean = phoneNotificationTriggerDetails.startedProcessing;
phoneNotificationTriggerDetails.startedProcessing = boolean;
Public Property StartedProcessing As Boolean

Property Value

Boolean

bool

true if the accessory has started processing the phone notification; otherwise, false.

Implements

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