use of com.fanap.podchat.requestobject.RequestClearHistory in project pod-chat-android-sdk by FanapSoft.
the class ChatActivity method clearHistory.
private void clearHistory() {
// clear history
RequestClearHistory requestClearHistory = new RequestClearHistory.Builder(TEST_THREAD_ID).build();
presenter.clearHistory(requestClearHistory);
}
Aggregations