real_time_activity_c
Functions
| Function | Description |
|---|---|
| XblRealTimeActivityAddConnectionStateChangeHandler | Registers a handler function to receive a notification that is sent when the client service loses or gains connectivity to the real time activity service. |
| XblRealTimeActivityAddResyncHandler | Registers a handler function to receive a notification that is sent when there is a resync message from the real time activity service. |
| XblRealTimeActivityConnectionStateChangeHandler | Handler function for when the client service loses or gains connectivity to the real time activity service. |
| XblRealTimeActivityRemoveConnectionStateChangeHandler | Unregisters an event handler for real time activity connectivity state changes. |
| XblRealTimeActivityRemoveResyncHandler | Unregisters an event handler for real time activity resync notifications. |
| XblRealTimeActivityResyncHandler | Handler function for when there is a resync message from the real time activity service. |
| XblRealTimeActivitySubscriptionErrorHandler | Handler function for when there is an error in the real time activity service. |
Handles
| Handle | Description |
|---|---|
| XblRealTimeActivitySubscriptionHandle | Subscription handle. |
Enumerations
| Enumeration | Description |
|---|---|
| XblRealTimeActivityConnectionState | Enumeration for the possible connection states of the connection to the real-time activity service. |
| XblRealTimeActivitySubscriptionState | Enumeration for the possible states of a statistic subscription request to the real-time activity service. |
