We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am trying to fetch chat list of a user. I was going through API documentation and found this to read session:
Mesibo.ReadDbSession mReadSession = new Mesibo.ReadDbSession(from, 0, null, this); mReadSession.enableReadReceipt(true); mReadSession.enableMissedCalls(mShowMissedCalls); mReadSession.read(100);
But how will it work? What does it return? I have my custom RecyclerView in which I will be showing user chats.
Edit: Probably this code block is to read individual's chats. Anyways I need help to get both. Please suggest.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to fetch chat list of a user. I was going through API documentation and found this to read session:
But how will it work? What does it return? I have my custom RecyclerView in which I will be showing user chats.
Edit: Probably this code block is to read individual's chats. Anyways I need help to get both. Please suggest.
The text was updated successfully, but these errors were encountered: