Browse SDKs · Android
SDKsAndroid

Set local message extensions

Use setMessageLocalEx to store message data used only on the current device.

Copy

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);