Search in sources :

Example 1 with RequestBlockList

use of com.fanap.podchat.requestobject.RequestBlockList in project pod-chat-android-sdk by FanapSoft.

the class ChatActivity method getBlockedList.

private void getBlockedList() {
    RequestBlockList request = new RequestBlockList.Builder().count(50).offset(0).build();
    presenter.getBlockList(request);
}
Also used : RequestBlockList(com.fanap.podchat.requestobject.RequestBlockList)

Aggregations

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