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);
}
Aggregations