AlarmNotificationTriggerDetails.AccessoryNotificationType Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt den Typ der empfangenen Benachrichtigung an. Bei Alarmen ist dieser Wert AccessoryNotificationType.Alarm.
public:
property AccessoryNotificationType AccessoryNotificationType { AccessoryNotificationType get(); };
AccessoryNotificationType AccessoryNotificationType();
public AccessoryNotificationType AccessoryNotificationType { get; }
var accessoryNotificationType = alarmNotificationTriggerDetails.accessoryNotificationType;
Public ReadOnly Property AccessoryNotificationType As AccessoryNotificationType
Eigenschaftswert
AccessoryNotificationType.Alarm
Implementiert
Windows-Anforderungen
App-Funktionen |
accessoryManager
|
Hinweise
Für das Aufrufen dieser API müssen die ID_CAP_SMS - und ID_CAP_SMS_COMPANION-Funktionen im Anwendungsmanifest angegeben werden.