IFeedProviderAnalytics Interface

Definition

This optional interface can be implemented by feed providers to receive callbacks from the feeds host for feed analytics events.

public interface class IFeedProviderAnalytics
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(4136130449, 12421, 19415, 156, 177, 79, 19, 84, 195, 166, 135)]
struct IFeedProviderAnalytics
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.Guid(4136130449, 12421, 19415, 156, 177, 79, 19, 84, 195, 166, 135)]
public interface IFeedProviderAnalytics
Public Interface IFeedProviderAnalytics
Attributes

Methods

OnAnalyticsInfoReported(FeedAnalyticsInfoReportedArgs)

Raised when the feeds host reports analytics data associated with a user interaction with a feed.

Applies to