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

delete comments by room id #29

Closed andhikayuana closed 7 years ago

andhikayuana commented 7 years ago

delete comments by room id

Qiscus.getDataStore().deleteCommentsByRoomId(1);

delete local path by comment id

Qiscus.getDataStore().deleteLocalPath(789);