Uses of Class
com.smartfoxserver.v2.entities.SFSRoomEvents
- 
Packages that use SFSRoomEvents Package Description com.smartfoxserver.v2.entities 
- 
- 
Uses of SFSRoomEvents in com.smartfoxserver.v2.entitiesMethods in com.smartfoxserver.v2.entities that return SFSRoomEvents Modifier and Type Method Description static SFSRoomEventsSFSRoomEvents. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SFSRoomEvents[]SFSRoomEvents. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.smartfoxserver.v2.entities that return types with arguments of type SFSRoomEvents Modifier and Type Method Description java.util.Set<SFSRoomEvents>SFSZone. getGroupEvents(java.lang.String groupId)java.util.Set<SFSRoomEvents>Zone. getGroupEvents(java.lang.String groupId)Methods in com.smartfoxserver.v2.entities with parameters of type SFSRoomEvents Modifier and Type Method Description booleanSFSZone. isGroupEventSet(java.lang.String groupId, SFSRoomEvents eventToCheck)Checks whether a specific Room Event for the specified Group is activebooleanZone. isGroupEventSet(java.lang.String groupId, SFSRoomEvents eventToCheck)Checks whether a specific Room Event for the specified Group is activeMethod parameters in com.smartfoxserver.v2.entities with type arguments of type SFSRoomEvents Modifier and Type Method Description voidSFSZone. registerEventsForRoomGroup(java.lang.String groupId, java.util.Set<SFSRoomEvents> flags)voidZone. registerEventsForRoomGroup(java.lang.String groupId, java.util.Set<SFSRoomEvents> flags)
 
-