StoreServicesCustomEventLogger 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供可用于将事件从应用记录到合作伙伴中心的成员。
public ref class StoreServicesCustomEventLogger sealed
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Static(Microsoft.Services.Store.Engagement.IStoreServicesCustomEventLoggerStatics, 1)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class StoreServicesCustomEventLogger final
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Static(typeof(Microsoft.Services.Store.Engagement.IStoreServicesCustomEventLoggerStatics), 1)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class StoreServicesCustomEventLogger
Public NotInheritable Class StoreServicesCustomEventLogger
- 继承
- 属性
其他功能和要求
软件开发工具包 | |
支持的最低 OS |
Windows 10 (10.0.10240.0)
|
注解
使用 Log 方法从应用记录自定义事件。 这些事件将显示在合作伙伴中心使用情况报表的“自定义事件”部分。
如果在合作伙伴中心配置了使用 A/B 测试的应用试验,请使用 LogForVariation 方法将有关查看和转换事件的数据记录到仪表板。
若要获取 StoreServicesCustomEventLogger 对象,请使用 GetDefault 方法。
方法
GetDefault() |
获取可用于将日志数据发送到应用的当前用户的 Partner Center 的 StoreServicesCustomEventLogger 对象。 |
Log(String) |
将应用中的自定义事件记录到合作伙伴中心。 |
LogForVariation(StoreServicesExperimentVariation, String) |
将 A/B 测试的视图或转换事件从应用记录到合作伙伴中心。 |