Android Client Reference
Class PublishingNetwork
Namespace: com.playerio
Language: Java
PlayerIO Publishing Network
Properties | |||
---|---|---|---|
public PublishingNetworkProfiles |
Access to PlayerIO Publishing Network profiles |
||
public PublishingNetworkRelations |
Access to the users PublishingNetwork relations |
||
public String |
A UserToken that can be used to authenticate as the current user. |
||
Methods | |||
public void |
Refresh Profiles and Relations. public void refresh() throws PlayerIOError { refreshed(channel.socialRefresh()); } |
PublishingNetwork.profiles
public PublishingNetworkProfiles |
|
Access to PlayerIO Publishing Network profiles
PublishingNetwork.relations
public PublishingNetworkRelations |
|
Access to the users PublishingNetwork relations
PublishingNetwork.userToken
public String |
|
A UserToken that can be used to authenticate as the current user.
PublishingNetwork.refresh
public void |
|
Refresh Profiles and Relations. public void refresh() throws PlayerIOError { refreshed(channel.socialRefresh()); }
Arguments
Callback<Void> | callback |
Throws
com.playerio.PlayerIOError |