Uses of Enum
com.bitheads.braincloud.services.GroupService.AutoJoinStrategy
Packages that use GroupService.AutoJoinStrategy
-
Uses of GroupService.AutoJoinStrategy in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services that return GroupService.AutoJoinStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GroupService.AutoJoinStrategy[]GroupService.AutoJoinStrategy.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 GroupService.AutoJoinStrategyModifier and TypeMethodDescriptionvoidGroupService.autoJoinGroup(String groupType, GroupService.AutoJoinStrategy autoJoinStrategy, String dataQueryJson, IServerCallback callback) Automatically join an open group that matches the search criteria and has space available.voidGroupService.autoJoinGroupMulti(String[] groupTypes, GroupService.AutoJoinStrategy autoJoinStrategy, String where, IServerCallback callback) Find and join an open group in the pool of groups in multiple group types provided as input arguments.