Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Common.Api.Social.SocialList Class Reference

Public Member Functions

bool IsBlocked (long dbid)
 Check if a given gamertag is in the blocked list. More...
 
bool IsFriend (long dbid)
 Check if a given gamertag is in the friends list. More...
 

Public Attributes

List< Friendfriends
 A list of the player's Friends.
 
List< Playerblocked
 A list of the player's blocked Players.
 

Member Function Documentation

◆ IsBlocked()

bool Beamable.Common.Api.Social.SocialList.IsBlocked ( long  dbid)
inline

Check if a given gamertag is in the blocked list.

Parameters
dbida gamertag
Returns
true if the given gamertag is in the blocked list

◆ IsFriend()

bool Beamable.Common.Api.Social.SocialList.IsFriend ( long  dbid)
inline

Check if a given gamertag is in the friends list.

Parameters
dbida gamertag
Returns
true if the given gamertag is in the friends list

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