ReminderNotificationTriggerDetails 类

定义

表示在附件上呈现提醒通知所需的所有信息。

public ref class ReminderNotificationTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class ReminderNotificationTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class ReminderNotificationTriggerDetails
Public NotInheritable Class ReminderNotificationTriggerDetails
继承
Object Platform::Object IInspectable ReminderNotificationTriggerDetails
属性
实现

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Phone.PhoneContract (在 v1.0 中引入)
应用功能
accessoryManager

注解

触发器详细信息仅包含通知数据。 它们不包含有关通知应如何显示的任何信息。

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

属性

AccessoryNotificationType

指定收到的通知的类型。 对于提醒,此值为 AccessoryNotificationType.Reminder。

AppDisplayName

生成通知的应用的显示名称。

AppId

生成通知的应用的实例 ID。

Appointment

包含有关提醒的其他详细信息的 Appointment 对象。

Description

提醒的说明。

Details

提醒的其他详细信息。

InstanceId

获取一个标识符,该标识符在多个提醒实例之间消除歧义。

ReminderId

通知的相应提醒的唯一 ID。

ReminderState

一个 ReminderState 值,该值表示提醒的状态。

StartedProcessing

指定附件是否已开始处理通知。

TimeCreated

创建通知的日期和时间。

Timestamp

表示通知从附件管理器服务传递到附件应用的日期和时间。

Title

提醒的标题。

适用于

另请参阅