| Package | Description |
|---|---|
| cn.leancloud.play.plugin | |
| cn.leancloud.play.plugin.request |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundRoom.sendEventToReceiverGroup(ReceiverGroup toReceiverGroup,
int fromActorId,
byte eventId,
PlayObject eventData,
SendEventOptions options)
发送事件给目标接收组
|
| Modifier and Type | Method and Description |
|---|---|
ReceiverGroup |
SendEventRequest.getReceiverGroup()
获取事件目标接收组
|
static ReceiverGroup |
ReceiverGroup.of(byte code) |
static ReceiverGroup |
ReceiverGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReceiverGroup[] |
ReceiverGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SendEventRequest |
SendEventRequest.setReceiverGroup(ReceiverGroup group)
设置事件目标接收组
|
Copyright © 2019 LeanCloud. All rights reserved.