How to send a message in offline using quickblox sdk ios like whatsapp

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 10:14:58

问题


How to send a message in offline using quickblox


回答1:


You can send common message and offline opponent will get push notification. If you mean sending message without login to the chat, you can send message via REST, use next snippet for Android:

QBChatMessage qbChatMessage = ...;

QBRestChatService.createMessage(qbChatMessage, true).perform();


来源:https://stackoverflow.com/questions/45972716/how-to-send-a-message-in-offline-using-quickblox-sdk-ios-like-whatsapp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!