Share via


ToastNotificationTriggerDetails.AccessoryNotificationType Property

Definition

An AccessoryNotificationType that specifies the type of notification received. For toast notifications, this value is AccessoryNotificationType.Toast.

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

Property Value

AccessoryNotificationType.Toast

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