ActionScript3 Reference
Class PublishingNetworkRelations
Namespace: playerio
Language: ActionScript 3
The Publishing Network Relations Service
Properties | |||
---|---|---|---|
public |
List of all friends; |
||
Methods | |||
public |
Check if a specific user is blocked. |
||
public |
Check if a specific user is a friend. |
||
public |
Shows the a dialog where the user can manage their blocked users list. |
||
public |
Shows the a dialog where the user can manage their friends list. |
||
public |
Shows a dialog where the user can choose to block a specific user. |
||
public |
Shows a dialog where the user can choose to send a friend request to the specified user. |
PublishingNetworkRelations.friends
public |
|
List of all friends;
PublishingNetworkRelations.isBlocked
public |
|
Check if a specific user is blocked.
Arguments
userId:String | |
The userId of the user to check. |
PublishingNetworkRelations.isFriend
public |
|
Check if a specific user is a friend.
Arguments
userId:String | |
The userId of the user to check. |
PublishingNetworkRelations.showBlockedUsersManager
public |
|
Shows the a dialog where the user can manage their blocked users list.
Arguments
closedCallback:Function | |
PublishingNetworkRelations.showFriendsManager
public |
|
Shows the a dialog where the user can manage their friends list.
Arguments
closedCallback:Function | |
Callback that will be called when the dialog closes. |
PublishingNetworkRelations.showRequestBlockUserDialog
public |
|
Shows a dialog where the user can choose to block a specific user.
Arguments
userId:String | |
The userId of the user to block. | |
closedCallback:Function | |
Callback that will be called when the dialog is closed. |
PublishingNetworkRelations.showRequestFriendshipDialog
public |
|
Shows a dialog where the user can choose to send a friend request to the specified user.
Arguments
userId:String | |
The userId of the user that will receive the friendship request if sent | |
closedCallback:Function | |
Callback that will be called when the dialog is closed |