共用方式為


ToastNotificationTriggerDetails 類別

定義

表示在附加項上呈現快顯通知所需的所有資訊。

public ref class ToastNotificationTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class ToastNotificationTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class ToastNotificationTriggerDetails
Public NotInheritable Class ToastNotificationTriggerDetails
繼承
Object Platform::Object IInspectable ToastNotificationTriggerDetails
屬性
實作

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.Toast。

AppDisplayName

這個屬性代表產生通知之應用程式的顯示名稱。

AppId

產生通知之應用程式的實例識別碼。

InstanceId

表示快顯通知的唯一識別碼。

StartedProcessing

指定輔助元件是否已開始處理快顯通知。

SuppressPopup

指出是否隱藏快顯通知。 隱藏的快顯通知會在通知中心產生通知,但不會出現在手機上。

Text1

代表保留快顯通知資料的文字欄位。

觸發程式詳細資料只包含通知資料。 它們不包含通知應如何顯示的任何資訊。

Text2

代表保留快顯通知資料的文字欄位。

觸發程式詳細資料只包含通知資料。 它們不包含通知應如何顯示的任何資訊。

Text3

代表保留快顯通知資料的文字欄位。

觸發程式詳細資料只包含通知資料。 它們不包含通知應如何顯示的任何資訊。

Text4

代表保留快顯通知資料的文字欄位。

觸發程式詳細資料只包含通知資料。 它們不包含通知應如何顯示的任何資訊。

TimeCreated

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

適用於

另請參閱