PlayerIO

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

ActionScript3 Reference

actionscript 3 PublishingNetwork class informationClass PublishingNetwork

Namespace: playerio
Language: ActionScript 3

The PublishingNetwork Service

Properties

 
public
payments :playerio:PublishingNetworkPayments [read-only]

Access to PublishingNetwork payments

public
profiles :playerio:PublishingNetworkProfiles [read-only]

Access to PublishingNetwork profiles

public
relations :playerio:PublishingNetworkRelations [read-only]

Access to the users PublishingNetwork relations

public
userToken :String [read-only]

A UserToken that can be used to authenticate as the current user.

Methods

 
public
refresh (callback:Function, errorCallback:Function):void

Refresh profiles and relations.

PublishingNetwork.payments

public
payments :playerio:PublishingNetworkPayments [read-only]

Access to PublishingNetwork payments

PublishingNetwork.profiles

public
profiles :playerio:PublishingNetworkProfiles [read-only]

Access to PublishingNetwork profiles

PublishingNetwork.relations

public
relations :playerio:PublishingNetworkRelations [read-only]

Access to the users PublishingNetwork relations

PublishingNetwork.userToken

public
userToken :String [read-only]

A UserToken that can be used to authenticate as the current user.

PublishingNetwork.refresh

public
refresh (callback:Function, errorCallback:Function):void

Refresh profiles and relations.

Arguments

callback:Function
errorCallback:Function