Uses of Class
com.smartfoxserver.v2.entities.SFSRoomRemoveMode
-
Packages that use SFSRoomRemoveMode Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.entities -
-
Uses of SFSRoomRemoveMode in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api that return SFSRoomRemoveMode Modifier and Type Method Description SFSRoomRemoveModeCreateRoomSettings. getAutoRemoveMode()Get the Auto-Remove mode of the RoomMethods in com.smartfoxserver.v2.api with parameters of type SFSRoomRemoveMode Modifier and Type Method Description voidCreateRoomSettings. setAutoRemoveMode(SFSRoomRemoveMode autoRemoveMode)Set the Auto-Remove mode of the Room for a dynamic Room. -
Uses of SFSRoomRemoveMode in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that return SFSRoomRemoveMode Modifier and Type Method Description static SFSRoomRemoveModeSFSRoomRemoveMode. fromString(java.lang.String id)SFSRoomRemoveModeRoom. getAutoRemoveMode()Return the auto-remove mode of the RoomSFSRoomRemoveModeSFSRoom. getAutoRemoveMode()Return the auto-remove mode of the Roomstatic SFSRoomRemoveModeSFSRoomRemoveMode. 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.Methods in com.smartfoxserver.v2.entities with parameters of type SFSRoomRemoveMode Modifier and Type Method Description voidRoom. setAutoRemoveMode(SFSRoomRemoveMode mode)voidSFSRoom. setAutoRemoveMode(SFSRoomRemoveMode autoRemoveMode)
-