| Package | Description |
|---|---|
| cn.leancloud.play.plugin.request |
| Modifier and Type | Method and Description |
|---|---|
static SetRoomSystemPropertiesRequest.OpenRoomProperty |
SetRoomSystemPropertiesRequest.OpenRoomProperty.set(boolean valueToSet)
设置房间开闭属性。
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SetRoomSystemPropertiesRequest.OpenRoomProperty> |
SetRoomSystemPropertiesRequest.getOpenRoomProperty()
获取请求内是否设置房间开闭属性。房间默认为开放状态,如果房间关闭则表示不能有新用户加入房间。
|
| Modifier and Type | Method and Description |
|---|---|
SetRoomSystemPropertiesRequest |
SetRoomSystemPropertiesRequest.setOpenRoomProperty(SetRoomSystemPropertiesRequest.OpenRoomProperty property)
修改本次设置房间系统属性请求,设置房间开闭属性。房间默认为开放状态,如果房间关闭则表示不能有新用户加入房间。
|
Copyright © 2019 LeanCloud. All rights reserved.