다음을 통해 공유


ReminderNotificationTriggerDetails.AccessoryNotificationType 속성

정의

수신된 알림 유형을 지정합니다. 미리 알림의 경우 이 값은 AccessoryNotificationType.Reminder입니다.

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

속성 값

AccessoryNotificationType.Reminder

구현

Windows 요구 사항

앱 기능
accessoryManager

설명

이 API를 호출하려면 애플리케이션 매니페스트에 ID_CAP_SMSID_CAP_SMS_COMPANION 기능을 지정해야 합니다.

적용 대상