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.entities
Methods in com.smartfoxserver.v2.entities that return SFSRoomEvents Modifier and Type Method Description static SFSRoomEvents
SFSRoomEvents. 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 boolean
SFSZone. isGroupEventSet(java.lang.String groupId, SFSRoomEvents eventToCheck)
Checks whether a specific Room Event for the specified Group is activeboolean
Zone. 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 void
SFSZone. registerEventsForRoomGroup(java.lang.String groupId, java.util.Set<SFSRoomEvents> flags)
void
Zone. registerEventsForRoomGroup(java.lang.String groupId, java.util.Set<SFSRoomEvents> flags)
-