IAccessoryNotificationTriggerDetails Interface

Definition

Represents a collection of accessory notification data.

public interface class IAccessoryNotificationTriggerDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1768466388, 58314, 18891, 140, 135, 44, 17, 205, 255, 150, 70)]
struct IAccessoryNotificationTriggerDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.Guid(1768466388, 58314, 18891, 140, 135, 44, 17, 205, 255, 150, 70)]
public interface IAccessoryNotificationTriggerDetails
Public Interface IAccessoryNotificationTriggerDetails
Derived
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)
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.

Properties

AccessoryNotificationType

An AccessoryNotificationType that specifies the type of notification received.

AppDisplayName

Represents the display name of the app that generated the notification.

AppId

Represents the instance ID of the app that generated the notification.

StartedProcessing

Specifies whether the accessory has started processing the notification.

TimeCreated

Represents the datetime at which the notification was created.

Applies to