Namespace: playerio
Language: ActionScript 3
Provides access to the PartnerPay services provided by Player.IO.
Properties | |||
|---|---|---|---|
| public |
Get the current partner |
||
Methods | |||
| public |
Sets (or changes) the partner id of the connected user |
||
| public |
Triggers a PartnerPay action |
||
| public |
|
Get the current partner
| public |
|
Sets (or changes) the partner id of the connected user
| partnerId:String | |
| callback:Function (Default = null) | |
| Function executed if the request is successful: function():void{...} | |
| errorHandler:Function (Default = null) | |
| public |
|
Triggers a PartnerPay action
| key:String | |
| count:uint | |
| callback:Function (Default = null) | |
| Function executed if the request is successful: function():void{...} | |
| errorHandler:Function (Default = null) | |