SDKsAndroid
Create a custom message
Use createCustomMessage to carry application-defined JSON content.
Your application defines data, extension, and description. Receiving clients must parse them according to the same application protocol.
Message message = OpenIMClient.getInstance().messageManager.createCustomMessage(
dataJson, extensionJson, description);Was this page helpful?