WidgetAnalyticsInfoReportedArgs Class

Definition

Provides data for the OnAnalyticsInfoReported event which is raised when the widget host reports analytics data associated with a user interaction with a widget.

public ref class WidgetAnalyticsInfoReportedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WidgetAnalyticsInfoReportedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WidgetAnalyticsInfoReportedArgs
Public NotInheritable Class WidgetAnalyticsInfoReportedArgs
Inheritance
Object Platform::Object IInspectable WidgetAnalyticsInfoReportedArgs
Attributes

Properties

AnalyticsJson

Gets a JSON string describing the user interaction that triggered the analytics event.

WidgetContext

Gets the WidgetContext object associated with the analytics info. This object provides information about the configuration of a widget within the widget host.

Applies to