How to store the conversation response locally

Need to show the conversation list to users even if the device is in offline.

For this we need to store the Conversation list responses locally.
The conversation response is an object.
So how to store it as “String” value locally and retrieve the same and show it in a list when the device is in offline.

Normally to store the JSON response we can use Gson or Jackson to convert it to string and vice versa.

But in Comet the response from SDK is an Object, how to store it?

Hello @MrBee,

This feature is not available at the moment. However, we’ve made a note of this and created a feature request that you can track.
Please visit this link and upvote the request. This will ensure you are updated on all progress.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.