Skip to content
New issue

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

Getting user list (chats) #49

Open
sidhuparas opened this issue Mar 2, 2020 · 0 comments
Open

Getting user list (chats) #49

sidhuparas opened this issue Mar 2, 2020 · 0 comments

Comments

@sidhuparas
Copy link

sidhuparas commented Mar 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant