次の方法で共有


PhoneNotificationTriggerDetails クラス

定義

アクセサリに電話通知を表示するために必要なすべての情報を表します。

public ref class PhoneNotificationTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class PhoneNotificationTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class PhoneNotificationTriggerDetails
Public NotInheritable Class PhoneNotificationTriggerDetails
継承
Object Platform::Object IInspectable PhoneNotificationTriggerDetails
属性
実装

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 。 電話通知の場合、この値は AccessoryNotificationType.Phone です。

AppDisplayName

電話通知を生成したアプリの表示名を表します。

AppId

通知に関連付けられているアプリの ID (該当する場合)。 これはストア内のアプリの ID ではありません。 これは、アプリを一意に識別するための特定の電話のアプリ インスタンスの ID です。

CallDetails

電話通知を生成した電話に関する詳細を表します。

PhoneLineChangedId

通知を生成した変更された電話回線のインスタンス ID を表します。

PhoneNotificationType

受信した通知の種類を示す PhoneNotificationType 列挙の値。

StartedProcessing

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

TimeCreated

通話通知が作成された日時を表します。

適用対象

こちらもご覧ください