Search
Preparing search index...
The search index is not available
Chatroom
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Chatroom
ChatroomQueueInterface
ChatroomQueueInterface
Interface ChatroomQueueInterface
Hierarchy
ChatroomQueueInterface
Index
Methods
batch
Update
clear
fetch
init
pick
Header
poll
update
Methods
batch
Update
batch
Update
(
options
:
QueueBatchUpdateOptions
)
:
Promise
<
ChatroomQueue
[]
>
批量更新聊天室队列元素
Parameters
options:
QueueBatchUpdateOptions
Returns
Promise
<
ChatroomQueue
[]
>
clear
clear
(
)
:
Promise
<
void
>
清空队列
Returns
Promise
<
void
>
fetch
fetch
(
)
:
Promise
<
ChatroomQueue
[]
>
排序列出所有元素
Returns
Promise
<
ChatroomQueue
[]
>
init
init
(
options
:
QueueInitOptions
)
:
Promise
<
void
>
初始化聊天室队列
Parameters
options:
QueueInitOptions
Returns
Promise
<
void
>
pick
Header
pick
Header
(
)
:
Promise
<
ChatroomQueue
>
查看聊天室队列中的第一个元素
Returns
Promise
<
ChatroomQueue
>
poll
poll
(
options
:
QueuePollOptions
)
:
Promise
<
ChatroomQueue
>
取出聊天室队列指定/第一个元素
Parameters
options:
QueuePollOptions
Returns
Promise
<
ChatroomQueue
>
update
update
(
options
:
QueueUpdateOptions
)
:
Promise
<
void
>
加入或者更新队列元素
Parameters
options:
QueueUpdateOptions
Returns
Promise
<
void
>
Modules
Chatroom
Interface
Chatroom
Member
Service
Interface
Chatroom
Msg
Service
Interface
Chatroom
Queue
Interface
Chatroom
Service
Interface
types
Chatroom
Queue
Interface
batch
Update
clear
fetch
init
pick
Header
poll
update
批量更新聊天室队列元素