Multiplayer Reference
Class PublishingNetworkRelations
Namespace: PlayerIO.GameLibrary
Language: C# / .NET
The PlayerIO Publishing Network relations service
Properties | |||
---|---|---|---|
public PublishingNetworkProfile[] |
List of all friends |
||
Methods | |||
public bool |
Check if a specific user is blocked |
||
public bool |
Check if a specific user is a friend |
PublishingNetworkRelations.Friends
public PublishingNetworkProfile[] |
|
List of all friends
PublishingNetworkRelations.IsBlocked
public bool |
|
Check if a specific user is blocked
Arguments
string | userId |
The userId of the user to check. |
PublishingNetworkRelations.IsFriend
public bool |
|
Check if a specific user is a friend
Arguments
string | userId |
The userId of the user to check. |