| Package | Description |
|---|---|
| cn.leancloud.play.plugin | |
| cn.leancloud.play.plugin.request |
| Modifier and Type | Method and Description |
|---|---|
<V> void |
BoundRoom.updateRoomSystemProperty(RoomSystemProperty<V> property)
更改房间系统属性
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SetRoomSystemPropertiesRequest.ExpectedUserIdsProperty
房间邀请好友列表属性。加入邀请好友列表后,相当于帮好友在房间内做了 "占位",即使房间满了好友也能加入房间。
|
static class |
SetRoomSystemPropertiesRequest.ExposeRoomProperty
房间可见性属性。房间默认为可见状态,如果房间不可见则表示新用户不能通过在大厅自动匹配房间方式加入房间。
|
static class |
SetRoomSystemPropertiesRequest.MaxPlayerCountProperty
房间最大玩家数量属性。房间玩家数量达到上限后则房间无法再加入新玩家。
|
static class |
SetRoomSystemPropertiesRequest.OpenRoomProperty
房间开闭属性。房间默认为开放状态,如果房间关闭则表示不能有新用户加入房间。
|
Copyright © 2019 LeanCloud. All rights reserved.