Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Functions
Function | Description |
---|---|
XblStatisticChangedHandler | Event handler for statistic change notifications. |
XblUserStatisticsAddStatisticChangedHandler | Registers an event handler for statistic change notifications. Event handlers receive a XblStatisticChangeEventArgs object. |
XblUserStatisticsGetMultipleUserStatisticsAsync | Get statistics for multiple users. |
XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync | Get statistics for users across different Service configurations. |
XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResult | Get the result for an XblUserStatisticsGetMultipleUserStatisticsAsync call. |
XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsResultSize | Get the result size for an XblUserStatisticsGetMultipleUserStatisticsAsync call. |
XblUserStatisticsGetMultipleUserStatisticsResult | Get the result for an XblUserStatisticsGetMultipleUserStatisticsAsync call. |
XblUserStatisticsGetMultipleUserStatisticsResultSize | Get the result size for an XblUserStatisticsGetMultipleUserStatisticsAsync call. |
XblUserStatisticsGetSingleUserStatisticAsync | Get a specified statistic for a specified user. |
XblUserStatisticsGetSingleUserStatisticResult | Get the result for an XblUserStatisticsGetSingleUserStatisticAsync call. |
XblUserStatisticsGetSingleUserStatisticResultSize | Get the result size for an XblUserStatisticsGetSingleUserStatisticsAsync call. |
XblUserStatisticsGetSingleUserStatisticsAsync | Get specified statistics for a single user. |
XblUserStatisticsGetSingleUserStatisticsResult | Get the result for an XblUserStatisticsGetSingleUserStatisticsAsync call. |
XblUserStatisticsGetSingleUserStatisticsResultSize | Get the result size for an XblUserStatisticsGetSingleUserStatisticsAsync call. |
XblUserStatisticsRemoveStatisticChangedHandler | Unregisters an event handler for statistic change notifications. |
XblUserStatisticsStopTrackingStatistics | Configures the set of stats that will be tracked real-time. Updates will no longer be received for the provided stats and users. |
XblUserStatisticsStopTrackingUsers | Configures the set of stats that will be tracked real-time. The API will cancel all real-time stat updates for the provided users. |
XblUserStatisticsSubscribeToStatisticChange | Subscribes to statistic update notifications via the StatisticChanged event. DEPRECATED. This continues to work, however it will be removed in a future release. Individual RTA subscription will be managed automatically by XSAPI as statistics are tracked with XblUserStatisticsTrackStatistics. |
XblUserStatisticsTrackStatistics | Configures the set of stats that will be tracked real-time. This call will have no affect on stats that were already being tracked. |
XblUserStatisticsUnsubscribeFromStatisticChange | Unsubscribes a previously created statistic change subscription. DEPRECATED. This continues to work, however it will be removed in a future release. Individual RTA subscription will be managed automatically by XSAPI as statistics are untracked with XblUserStatisticsStopTrackingStatistics or XblUserStatisticsStopTrackingUsers |
Structures
Structure | Description |
---|---|
XblRequestedStatistics | Represents the results of a user statistic query. |
XblServiceConfigurationStatistic | Contains statistical information from a service configuration. |
XblStatistic | Contains information about a user statistic. |
XblStatisticChangeEventArgs | Contains information about a change to a subscribed statistic. |
XblUserStatisticsResult | Represents the results of a user statistic query. |