.NET Client Reference
Class Client
Namespace: PlayerIOClient
Language: C# / .NET
Access class to the various Player.IO services.
Here are some examples on how to work with the client:
Properties | |||
---|---|---|---|
public Achievements |
Property used to access the Achievements service |
||
public BigDB |
Property used to access the BigDB service. |
||
public string |
The ConnectUserId of this client |
||
public ErrorLog |
Property used to access the ErrorLog service. |
||
public GameFS |
Property used to access the GameFS service. |
||
public GameRequests |
Property used to access the GameRequests service |
||
public Leaderboards |
Property used to access the Leaderboards service |
||
public Multiplayer |
Property used to access the Multiplayer service. |
||
public Notifications |
Property used to access the Notifications service. |
||
public OneScore |
Property used to access the OneScore service |
||
public PayVault |
Property used to access the PayVault service. |
||
public PlayerInsight |
Property used to access the PlayerInsight service. |
||
public PublishingNetwork |
Property used to access the PlayerIO publishing network |
||
public Web |
Property used to access the Http Request service. |
||
Methods | |||
public void |
Shut down the client and remove all stored credentials. |
Client.Achievements
public Achievements |
|
Property used to access the Achievements service
Client.BigDB
public BigDB |
|
Property used to access the BigDB service.
Client.ConnectUserId
public string |
|
The ConnectUserId of this client
Client.ErrorLog
public ErrorLog |
|
Property used to access the ErrorLog service.
Client.GameFS
public GameFS |
|
Property used to access the GameFS service.
Client.GameRequests
public GameRequests |
|
Property used to access the GameRequests service
Client.Leaderboards
public Leaderboards |
|
Property used to access the Leaderboards service
Client.Multiplayer
public Multiplayer |
|
Property used to access the Multiplayer service.
Client.Notifications
public Notifications |
|
Property used to access the Notifications service.
Client.OneScore
public OneScore |
|
Property used to access the OneScore service
Client.PayVault
public PayVault |
|
Property used to access the PayVault service.
Client.PlayerInsight
public PlayerInsight |
|
Property used to access the PlayerInsight service.
Client.PublishingNetwork
public PublishingNetwork |
|
Property used to access the PlayerIO publishing network
Client.Web
public Web |
|
Property used to access the Http Request service.
Client.Logout
public void |
|
Shut down the client and remove all stored credentials.