Package com.zego.zegoaudioroom.callback
Interface ZegoCustomCommandDelegate
-
- All Superinterfaces:
IZegoCustomCommandCallback
public interface ZegoCustomCommandDelegate extends IZegoCustomCommandCallback
发送自定义消息结果回调。Copyright © 2017 Zego. All rights reserved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSendCustomCommand(int errorCode, java.lang.String roomID)
发送自定义消息结果通知
-
-
-
Method Detail
-
onSendCustomCommand
void onSendCustomCommand(int errorCode, java.lang.String roomID)
发送自定义消息结果通知- Specified by:
onSendCustomCommand
in interfaceIZegoCustomCommandCallback
- Parameters:
errorCode
- 错误码roomID
- 消息所属房间ID
-
-