XblSocialAddSocialRelationshipChangedHandler |
Registers an event handler for notifications of social relationship changes caused by the registering user. |
XblSocialGetSocialRelationshipsAsync |
Gets a list of people that the caller is socially connected to. |
XblSocialGetSocialRelationshipsResult |
Get the result handle from an XblSocialGetSocialRelationshipsAsync API call. |
XblSocialRelationshipResultCloseHandle |
Closes the XblSocialRelationshipResultHandle. |
XblSocialRelationshipResultDuplicateHandle |
Duplicates the XblSocialRelationshipResultHandle. |
XblSocialRelationshipResultGetNextAsync |
Gets the next page of a list of people that the caller is socially connected to. |
XblSocialRelationshipResultGetNextResult |
Get the result from an XblSocialRelationshipResultGetNextAsync API call. |
XblSocialRelationshipResultGetRelationships |
Get a list of the XblSocialRelationship objects from an XblSocialRelationshipResultHandle. |
XblSocialRelationshipResultGetTotalCount |
Gets the total number of results for an XblSocialRelationshipResultHandle. |
XblSocialRelationshipResultHasNext |
Checks if there are more pages of social relationships to retrieve from the service. |
XblSocialRemoveSocialRelationshipChangedHandler |
Removes a social relationship change handler. |
XblSocialSubmitBatchReputationFeedbackAsync |
Submits reputation feedback on the specified user. |
XblSocialSubmitReputationFeedbackAsync |
Submits reputation feedback on the specified user. |
XblSocialSubscribeToSocialRelationshipChange |
Subscribes to the social service for people changed events. DEPRECATED. Calling this API is no longer required and it will be removed in a future release. RTA subscription will be managed automatically by XSAPI as XblSocialRelationshipChangedHandler are added and removed. |
XblSocialUnsubscribeFromSocialRelationshipChange |
Un-subscribes a previously created social relationship change subscription. DEPRECATED. Calling this API is no longer required and it will be removed in a future release. RTA subscription will be managed automatically by XSAPI as XblSocialRelationshipChangedHandler are added and removed. |