ActionScript3 Reference
Class PublishingNetworkPayments
Namespace: playerio
Language: ActionScript 3
The Publishing Network payments service
Example
Here's an example of buying coins through the Publishing Network:
Example
Here's an example of buying items through the Publishing Network:
Methods | |||
---|---|---|---|
public |
Shows a dialog for buying coins. |
||
public |
Shows a dialog for buying items. |
PublishingNetworkPayments.showBuyCoinsDialog
public |
|
Shows a dialog for buying coins.
Arguments
cointamount:int | |
purchaseArguments:Object | |
callback:Function | |
errorCallback:Function | |
PublishingNetworkPayments.showBuyItemsDialog
public |
|
Shows a dialog for buying items.
Arguments
items:Array | |
purchaseArguments:Object | |
callback:Function | |
errorCallback:Function | |