PlayerIO

The fastest way to build online games without breaking a sweat.

Multiplayer Reference

Multiplayer  class documentationClass PublishingNetworkRelations

Namespace: PlayerIO.GameLibrary
Language: C# / .NET

The PlayerIO Publishing Network relations service

Properties

 
public PublishingNetworkProfile[]
Friends  [read-only]

List of all friends

Methods

 
public bool
IsBlocked (string userId)

Check if a specific user is blocked

public bool
IsFriend (string userId)

Check if a specific user is a friend

PublishingNetworkRelations.Friends

public PublishingNetworkProfile[]
Friends  [read-only]

List of all friends

PublishingNetworkRelations.IsBlocked

public bool
IsBlocked (string userId)

Check if a specific user is blocked

Arguments

string userId
The userId of the user to check.

PublishingNetworkRelations.IsFriend

public bool
IsFriend (string userId)

Check if a specific user is a friend

Arguments

string userId
The userId of the user to check.