Multiplayer Reference
Class PublishingNetwork
Namespace: PlayerIO.GameLibrary
Language: C# / .NET
PlayerIO Publishing Network
Properties | |||
---|---|---|---|
public PublishingNetworkProfiles |
Access to the PlayerIO Publishing Network profiles |
||
public PublishingNetworkRelations |
Access to the users PlayerIO Publishing Network relations |
||
public string |
A UserToken that can be used to authenticate as the current user. |
||
Methods | |||
public void |
Refresh Profiles and Relations. |
||
public void |
Refresh Profiles and Relations. |
PublishingNetwork.Profiles
public PublishingNetworkProfiles |
|
Access to the PlayerIO Publishing Network profiles
PublishingNetwork.Relations
public PublishingNetworkRelations |
|
Access to the users PlayerIO Publishing Network relations
PublishingNetwork.UserToken
public string |
|
A UserToken that can be used to authenticate as the current user.
PublishingNetwork.Refresh
public void |
|
Refresh Profiles and Relations.
Arguments
Callback | successCallback |
Callback that will be called when the refresh is complete. |
PublishingNetwork.Refresh
public void |
|
Refresh Profiles and Relations.
Arguments
Callback | successCallback |
Callback that will be called when the refresh is complete. | |
Callback<PlayerIOError> | errorCallback |
Callback that will be called if the refresh fails. |