Share via


MediaControlsTriggerDetails.AccessoryNotificationType Property

Definition

Specifies the type of notification received. For media notifications, this value is AccessoryNotificationType.Media.

public:
 property AccessoryNotificationType AccessoryNotificationType { AccessoryNotificationType get(); };
AccessoryNotificationType AccessoryNotificationType();
public AccessoryNotificationType AccessoryNotificationType { get; }
var accessoryNotificationType = mediaControlsTriggerDetails.accessoryNotificationType;
Public ReadOnly Property AccessoryNotificationType As AccessoryNotificationType

Property Value

AccessoryNotificationType.Media

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