Android Client Reference
Class PublishingNetworkProfiles
Namespace: com.playerio
Language: Java
The PlayerIO Publishing Network profile service
Methods | |||
---|---|---|---|
public PublishingNetworkProfile |
The profile of the current user |
||
public void |
Load a set of PlayerIO Publishing Network profiles |
||
public void |
Show the profile for the specified user |
PublishingNetworkProfiles.getMyProfile
public PublishingNetworkProfile |
|
The profile of the current user
PublishingNetworkProfiles.loadProfiles
public void |
|
Load a set of PlayerIO Publishing Network profiles
Arguments
String[] | userIds |
Callback<PublishingNetworkProfile[]> | callback |
PublishingNetworkProfiles.showProfile
public void |
|
Show the profile for the specified user
Arguments
Activity | activity |
String | userId |
Callback<Void> | closedCallback |