Package | Description |
---|---|
com.smartfoxserver.v2.api | |
com.smartfoxserver.v2.entities |
Modifier and Type | Method and Description |
---|---|
SFSRoomRemoveMode |
CreateRoomSettings.getAutoRemoveMode()
Get the Auto-Remove mode of the Room
|
Modifier and Type | Method and Description |
---|---|
void |
CreateRoomSettings.setAutoRemoveMode(SFSRoomRemoveMode autoRemoveMode)
Set the Auto-Remove mode of the Room for a dynamic Room.
|
Modifier and Type | Method and Description |
---|---|
static SFSRoomRemoveMode |
SFSRoomRemoveMode.fromString(java.lang.String id) |
SFSRoomRemoveMode |
SFSRoom.getAutoRemoveMode()
Return the auto-remove mode of the Room
|
SFSRoomRemoveMode |
Room.getAutoRemoveMode()
Return the auto-remove mode of the Room
|
static SFSRoomRemoveMode |
SFSRoomRemoveMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFSRoomRemoveMode[] |
SFSRoomRemoveMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SFSRoom.setAutoRemoveMode(SFSRoomRemoveMode autoRemoveMode) |
void |
Room.setAutoRemoveMode(SFSRoomRemoveMode mode) |