Uses of Enum
com.bitheads.braincloud.services.FriendService.FriendPlatform
Packages that use FriendService.FriendPlatform
-
Uses of FriendService.FriendPlatform in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services that return FriendService.FriendPlatformModifier and TypeMethodDescriptionstatic FriendService.FriendPlatformReturns 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.FriendPlatformModifier and TypeMethodDescriptionvoidFriendService.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.