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

表示生成通知的应用的实例 ID。

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 动态磁贴的 ID。

TimeCreated

创建通知的日期和时间。

适用于

另请参阅