PlayerIO

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

Android Client Reference

Android  class documentationClass Client

Namespace: com.playerio
Language: Java

Access class to the various Player.IO services.

Here are some examples on how to work with the client:

Properties

 
public Achievements
achievements  [read-only]

Property used to access the Achievements service

public BigDB
bigDB  [read-only]

Property used to access the BigDB service

public ErrorLog
errorLog  [read-only]

Property used to access the Errorlog service

public GameFS
gameFS  [read-only]

Property used to access the GameFS service

public GameRequests
gameRequests  [read-only]

Property used to access the GameRequests service

public Multiplayer
multiplayer  [read-only]

Property used to access the Multiplayer service

public Notifications
notifications  [read-only]

Property used to access the Notifications service

public OneScore
oneScore  [read-only]

Property used to access the OneScore service

public PayVault
payVault  [read-only]

Property used to access the PayVault service

public PlayerInsight
playerInsight  [read-only]

Property used to access the PlayerInsight service

public PublishingNetwork
publishingNetwork  [read-only]

Property used to access the PlayerIO Publishing Network services

Methods

 
public String
getConnectUserId ()

Get the connectuserid of this client.

Client.achievements

public Achievements
achievements  [read-only]

Property used to access the Achievements service

Client.bigDB

public BigDB
bigDB  [read-only]

Property used to access the BigDB service

Client.errorLog

public ErrorLog
errorLog  [read-only]

Property used to access the Errorlog service

Client.gameFS

public GameFS
gameFS  [read-only]

Property used to access the GameFS service

Client.gameRequests

public GameRequests
gameRequests  [read-only]

Property used to access the GameRequests service

Client.multiplayer

public Multiplayer
multiplayer  [read-only]

Property used to access the Multiplayer service

Client.notifications

public Notifications
notifications  [read-only]

Property used to access the Notifications service

Client.oneScore

public OneScore
oneScore  [read-only]

Property used to access the OneScore service

Client.payVault

public PayVault
payVault  [read-only]

Property used to access the PayVault service

Client.playerInsight

public PlayerInsight
playerInsight  [read-only]

Property used to access the PlayerInsight service

Client.publishingNetwork

public PublishingNetwork
publishingNetwork  [read-only]

Property used to access the PlayerIO Publishing Network services

Client.getConnectUserId

public String
getConnectUserId ()

Get the connectuserid of this client.