AlarmNotificationTriggerDetails 类

定义

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

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

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.Alarm

AlarmId

为其创建通知的警报的唯一 ID。

AppDisplayName

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

AppId

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

InstanceId

获取在多个警报实例之间消除歧义的标识符。

ReminderState

一个 ReminderState 值,该值指示警报的当前状态。

StartedProcessing

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

TimeCreated

创建通知的日期和时间。

Timestamp

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

Title

警报的标题。

适用于

另请参阅