Package com.zego.zegoliveroom.callback
Interface IZegoCustomCommandCallback
-
public interface 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)
发送自定义消息结果通知
-