We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
设置收到消息后的回调
设置收到消息后的回调,原生收到消息后,将消息转换成table类型,并在lua线程回调;如果table是个空对象,表示是ping的返回
function(table receiveMsg) ---msg:从服务端收到的消息,可能是回执消息,可能是服务端推送消息 end