Search in sources :

Example 1 with RequestClearHistory

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);
}
Also used : RequestClearHistory(com.fanap.podchat.requestobject.RequestClearHistory)

Aggregations

RequestClearHistory (com.fanap.podchat.requestobject.RequestClearHistory)1