qiscus / qiscus-sdk-android

Qiscus provide everything you need to power up your app with chats. And it's now made simple.
https://www.qiscus.com
Apache License 2.0
201 stars 84 forks source link

Feature/search messages local #50

Closed andhikayuana closed 6 years ago

andhikayuana commented 6 years ago

Search Messages Local

How to use


//search all comments
int limit = 10;
int offset = 0;
Qiscus.getDataStore().searchComments("contenttosearch", limit, offset);

//search all comments by roomId
long roomId = 70;
Qiscus.getDataStore().searchComments("contenttosearch", roomId, limit, offset);
zetbaitsu commented 6 years ago

btw kalo dikasih limit sama pagination bisa pak @andhikayuana ? kalo langsung semuanya gitu apa ga takut berat nanti?

andhikayuana commented 6 years ago

Okok, makan dulu 😂