ActionScript3 Reference
Class Client
Namespace: playerio
Language: ActionScript 3
An instance of this class is returned to the callback function when successfully connecting to the PlayerIO webservice. Contains references to all APIs currently exposed by the PlayerIO ActionScript API
Properties | |||
---|---|---|---|
public |
|
||
public |
Property used to access the BigDB service. |
||
public |
|
||
public |
User id of the currently connected user |
||
public |
Property used to access the Error log |
||
public |
Property used to access the GameFS service. |
||
public |
|
||
public |
Property used to access the GameRequests service |
||
public |
Property used for Multiplayer games |
||
public |
Property used to access Notification service |
||
public |
Property used to access the OneScore service |
||
public |
Property used to access the PayVault service. |
||
public |
|
||
public |
Property used to access the Publishing Network |
||
public |
|
||
public |
Reference to the stage the Client is connected to |
||
Methods | |||
public |
|
||
public |
|
||
public |
|
||
public |
|
Client.achievements
public |
|
Client.bigDB
public |
|
Property used to access the BigDB service.
Example
Example of how to request the file game.swf from your games GameFS via client
Client.channel
public |
|
Client.connectUserId
public |
|
User id of the currently connected user
Client.errorLog
public |
|
Property used to access the Error log
Client.gameFS
public |
|
Property used to access the GameFS service.
Client.gameId
public |
|
Client.gameRequests
public |
|
Property used to access the GameRequests service
Client.multiplayer
public |
|
Property used for Multiplayer games
Client.notifications
public |
|
Property used to access Notification service
Client.oneScore
public |
|
Property used to access the OneScore service
Client.payVault
public |
|
Property used to access the PayVault service.
Client.playerInsight
public |
|
Client.publishingnetwork
public |
|
Property used to access the Publishing Network
Client.showBranding
public |
|
Client.stage
public |
|
Reference to the stage the Client is connected to
Client.handleCallbackError
public |
|
Arguments
what:String | |
e:Error | |
Client.handleCallbackErrorVerbose
public |
|
Arguments
message:String | |
e:Error | |
Client.handleSystemError
public |
|
Arguments
message:String | |
e:Error | |
extra:Object | |
Client.toString
public |
|