We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
很多场景需要得到发送消息之后的结果,是否考虑可以增加发送消息结果返回? 如同步的 Bundle sendMessageSync(Message message) 以及异步的 void sendMessageAsync(Message message, Callback callback)
Bundle sendMessageSync(Message message)
void sendMessageAsync(Message message, Callback callback)
The text was updated successfully, but these errors were encountered:
支持回调的receiveMessage,需要你自己去设计如何处理回调。
Sorry, something went wrong.
No branches or pull requests
很多场景需要得到发送消息之后的结果,是否考虑可以增加发送消息结果返回?
如同步的
Bundle sendMessageSync(Message message)
以及异步的
void sendMessageAsync(Message message, Callback callback)
The text was updated successfully, but these errors were encountered: