Uses of Class
com.bitheads.braincloud.services.FriendService.FriendPlatform
| Package | Description |
|---|---|
| com.bitheads.braincloud.services |
-
Uses of FriendService.FriendPlatform in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services that return FriendService.FriendPlatform Modifier and Type Method Description static FriendService.FriendPlatformFriendService.FriendPlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static FriendService.FriendPlatform[]FriendService.FriendPlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bitheads.braincloud.services with parameters of type FriendService.FriendPlatform Modifier and Type Method Description voidFriendService. addFriendsFromPlatform(FriendService.FriendPlatform friendPlatform, String mode, String[] externalIds, IServerCallback callback)Links the profiles for the specified externalIds for the given friend platform as internal friends.voidFriendService. getMySocialInfo(FriendService.FriendPlatform friendPlatform, Boolean includeSummaryData, IServerCallback callback)Retrieves the social information associated with the logged in user.voidFriendService. listFriends(FriendService.FriendPlatform friendPlatform, Boolean includeSummaryData, IServerCallback callback)Retrieves a list of player and friend platform information for all friends of the current player.