Uses of Class
com.bitheads.braincloud.services.GroupService.AutoJoinStrategy
| Package | Description |
|---|---|
| com.bitheads.braincloud.services |
-
Uses of GroupService.AutoJoinStrategy in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services that return GroupService.AutoJoinStrategy Modifier and Type Method Description static GroupService.AutoJoinStrategyGroupService.AutoJoinStrategy. valueOf(String name)Returns 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.AutoJoinStrategy Modifier and Type Method Description voidGroupService. 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.