Browse SDKs · Android
SDKsAndroid

Insert a local group message

Use insertGroupMessageToLocalStorage to insert a group message visible only on the current device.

Copy

Pass the group ID and sender ID. The message is not synchronized to other devices.

messageManager.insertGroupMessageToLocalStorage(callback, message, groupID, senderUserID);