Beamable SDK
Public Member Functions | List of all members
Beamable.Experimental.Api.Social.SocialService Class Reference

This type defines the Client main entry point for the Friends feature. More...

Inheritance diagram for Beamable.Experimental.Api.Social.SocialService:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Experimental.Api.Social.SocialService:
Collaboration graph
[legend]

Public Member Functions

 SocialService (IUserContext ctx, IBeamableRequester requester)
 
- Public Member Functions inherited from Beamable.Common.Api.Social.SocialApi
 SocialApi (IUserContext ctx, IBeamableRequester requester)
 
Promise< SocialListGet ()
 Get the current player's SocialList. If the social list has never been downloaded, this will use the RefreshSocialList method. However, once the social list has been downloaded, this method will return immediately with the cached data. More...
 
Promise< EmptyResponseImportFriends (SocialThirdParty source, string token)
 Import friends from a third party provider. More...
 
Promise< FriendStatusBlockPlayer (long playerId)
 Block a player from the current player's social list. When a player is blocked, they'll appear in the SocialList.blocked list. Use the UnblockPlayer method to revert. More...
 
Promise< FriendStatusUnblockPlayer (long playerId)
 Unblock a player from the current player's SocialList.blocked list. More...
 
Promise< EmptyResponseCancelFriendRequest (long playerId)
 
Promise< EmptyResponseRemoveFriend (long playerId)
 Remove a player from the current player's SocialList.friends list. More...
 
Promise< SocialListRefreshSocialList ()
 Get the current player's SocialList More...
 

Additional Inherited Members

- Properties inherited from Beamable.Common.Api.Social.SocialApi
IBeamableRequester Requester [get]
 
- Properties inherited from Beamable.Common.Api.IHasBeamableRequester
IBeamableRequester Requester [get]
 Access the IBeamableRequester
 

Detailed Description

This type defines the Client main entry point for the Friends feature.

Related Links

img beamable-logo


The documentation for this class was generated from the following file: