TargetedContentInteraction 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 TargetedContentContainer 中每个 TargetedContentItem 对象支持的交互值的类型。
public enum class TargetedContentInteraction
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.TargetedContent.TargetedContentContract, 65536)]
enum class TargetedContentInteraction
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.TargetedContent.TargetedContentContract), 65536)]
public enum TargetedContentInteraction
var value = Windows.Services.TargetedContent.TargetedContentInteraction.impression
Public Enum TargetedContentInteraction
- 继承
-
TargetedContentInteraction
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Services.TargetedContent.TargetedContentContract (在 v1.0 中引入)
|
应用功能 |
secondaryAuthenticationFactor
|
字段
Accept | 7 | 接受操作。 |
Canceled | 10 | 取消操作。 |
ClickThrough | 1 | 单击操作,例如用户单击特定链接时。 |
Conversion | 11 | 转换操作,例如当用户成为付费客户时。 |
Decline | 8 | 拒绝操作。 |
Defer | 9 | 延迟操作。 |
Dislike | 4 | 一个不喜欢的操作。 |
Dismiss | 5 | 消除操作。 |
Hover | 2 | 将鼠标悬停在项上。 |
Impression | 0 | 印象,例如用户打开应用或网站的任何时候。 注意 不同的应用可以有不同的规则来报告印象。 |
Ineligible | 6 | 交互指示不合格。 |
Like | 3 | 一个类似操作。 |
Opportunity | 12 | 交互指示机会。 |