共用方式為


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_SMSID_CAP_SMS_COMPANION 功能。

屬性

AccessoryNotificationType

AccessoryNotificationType,指定收到的通知類型。 對於電話通知,此值為 AccessoryNotificationType.Phone。

AppDisplayName

代表產生手機通知之應用程式的顯示名稱。

AppId

如果適用,則為與通知相關聯的應用程式識別碼。 這不是市集中應用程式識別碼。 這是特定手機上應用程式實例的識別碼,可唯一識別應用程式。

CallDetails

代表產生電話通知之通話的詳細資料。

PhoneLineChangedId

表示產生通知之已變更電話線路的實例識別碼。

PhoneNotificationType

來自 PhoneNotificationType列舉的值,指出收到的通知類型。

StartedProcessing

指定配件是否已開始處理電話通知。

TimeCreated

表示建立通話通知的日期和時間。

適用於

另請參閱