| Package | Description |
|---|---|
| cn.leancloud.play.plugin.request |
| Modifier and Type | Method and Description |
|---|---|
static SetRoomSystemPropertiesRequest.ExposeRoomProperty |
SetRoomSystemPropertiesRequest.ExposeRoomProperty.set(boolean valueToSet)
设置房间可见性属性。
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SetRoomSystemPropertiesRequest.ExposeRoomProperty> |
SetRoomSystemPropertiesRequest.getExposeRoomProperty()
获取请求内是否设置房间可见性属性。房间默认为可见状态,如果房间不可见则表示新用户不能通过在大厅自动匹配房间方式加入房间。
|
| Modifier and Type | Method and Description |
|---|---|
SetRoomSystemPropertiesRequest |
SetRoomSystemPropertiesRequest.setExposeRoomProperty(SetRoomSystemPropertiesRequest.ExposeRoomProperty property)
修改本次设置房间系统属性请求,设置房间可见性属性。房间默认为可见状态,如果房间不可见则表示新用户不能通过在大厅
自动匹配房间方式加入房间。
|
Copyright © 2019 LeanCloud. All rights reserved.