SDKsAndroid
Set local message extensions
Use setMessageLocalEx to store message data used only on the current device.
localEx is suitable for local information such as a download path or playback state. It is not synchronized to other users.
messageManager.setMessageLocalEx(callback, conversationID, clientMsgID, localExJson);Was this page helpful?