Package im.zego.zegoexpress.callback
Interface IZegoRangeSceneSendCustomCommandCallback
-
public interface IZegoRangeSceneSendCustomCommandCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSendCustomCommandCallback(int errorCode)
The callback of send custom command.
-
-
-
Method Detail
-
onSendCustomCommandCallback
void onSendCustomCommandCallback(int errorCode)
The callback of send custom command. Do not call the SDK interface in the callback thread.- Parameters:
errorCode
- Error code, please refer to the error codes document https://docs.zegocloud.com/en/5548.html for details.
-
-