共用方式為


CortanaTileNotificationTriggerDetails 類別

定義

代表在附加專案上呈現 Cortana 動態磚更新通知所需的所有資訊。

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

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,指定收到的通知類型。 針對 Cortana 磚通知,此值為 AccessoryNotificationType.CortanaTile。

AppDisplayName

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

AppId

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

Content

字串,表示 Cortana 動態磚上的註解文字。 在動態磚上,此內容會包裝最多四行。

EmphasizedText

用來在 Cortana 動態磚上顯示溫度的字串。 在動態磚上,此文字會以超大型字型呈現,而且不會換行。 如果此屬性具有值,則 LargeContent2、NonWrappedSmallContent2、NonWrappedSmallContent3 和 NonWrappedSmallContent4 一律會隱藏。

LargeContent1

表示 Cortana 動態磚標題的字串。 在動態磚上,內容會顯示在所有上限中。

LargeContent2

字串,表示出現在 Cortana 動態磚標題下方的文字,如果有的話。 在動態磚上,內容會換行兩行。

NonWrappedSmallContent1

字串,表示 Cortana 動態磚上小型非包裝文字的第一行。

NonWrappedSmallContent2

字串,表示 Cortana 動態磚上小、非包裝文字的第二行。

NonWrappedSmallContent3

字串,表示 Cortana 動態磚上小、非包裝文字的第三行。

NonWrappedSmallContent4

字串,表示 Cortana 動態磚上小、非包裝文字的第四行。

Source

字串,對應至 Cortana 動態磚中的源文字。 源文字會顯示在大型磚的右下角。

StartedProcessing

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

TileId

對應至已接收之通知的 Cortana 動態磚識別碼。

TimeCreated

建立通知的日期和時間。

適用於

另請參閱