frienduser - TogetherGames/Public-Unity-CSharp GitHub Wiki
Together::FriendUser
The FriendUser class represents a together FriendUser.
long UserID
The ID of the User that is a Friend.
string Name
The name of the Friend. This is filled out when they register via some social network. (Facebook)
string Username
The username of the Friend.
string SocialID
The ID of the User on some social network. For Facebook, this will be their FacebookID.
string SocialType
The type of social network last used to register the User. For Facebook, this will be "FB".
bool PlaysThisGame
A boolean indicating whether the User has played the current game the logged in User is playing.