次の方法で共有


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_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

プロパティ

AccessoryNotificationType

受信した通知の種類を指定します。 アラームの場合、この値は AccessoryNotificationType.Alarm です

AlarmId

通知が作成されたアラームの一意の ID。

AppDisplayName

通知を生成したアプリの表示名。

AppId

通知を生成したアプリのインスタンス ID。

InstanceId

アラームの複数のインスタンス間であいまいさを解消する識別子を取得します。

ReminderState

アラームの現在の状態を示す ReminderState 値。

StartedProcessing

アクセサリが通知の処理を開始したかどうかを指定します。

TimeCreated

通知が作成された日時。

Timestamp

通知がアクセサリ マネージャー サービスからアクセサリ アプリに配信された日時を表します。

Title

アラームのタイトル。

適用対象

こちらもご覧ください