Uses of Class
com.smartfoxserver.v2.entities.SFSRoomEvents

Packages that use SFSRoomEvents
com.smartfoxserver.v2.entities   
 

Uses of SFSRoomEvents in com.smartfoxserver.v2.entities
 

Methods in com.smartfoxserver.v2.entities that return SFSRoomEvents
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
 java.util.Set<SFSRoomEvents> Zone.getGroupEvents(java.lang.String groupId)
           
 java.util.Set<SFSRoomEvents> SFSZone.getGroupEvents(java.lang.String groupId)
           
 

Methods in com.smartfoxserver.v2.entities with parameters of type SFSRoomEvents
 boolean Zone.isGroupEventSet(java.lang.String groupId, SFSRoomEvents eventToCheck)
          Checks whether a specific Room Event for the specified Group is active
 boolean SFSZone.isGroupEventSet(java.lang.String groupId, SFSRoomEvents eventToCheck)
          Checks whether a specific Room Event for the specified Group is active
 

Method parameters in com.smartfoxserver.v2.entities with type arguments of type SFSRoomEvents
 void Zone.registerEventsForRoomGroup(java.lang.String groupId, java.util.Set<SFSRoomEvents> flags)
           
 void SFSZone.registerEventsForRoomGroup(java.lang.String groupId, java.util.Set<SFSRoomEvents> flags)
          Use SFSApi.subscribeRoomGroup(User, String)