use of com.fanap.podchat.requestobject.RequestGetAdmin in project pod-chat-android-sdk by FanapSoft.
the class ChatActivity method getAdminList.
private void getAdminList() {
// 2116
// 2115
// 2107
RequestGetAdmin requestGetAdmin = new RequestGetAdmin.Builder(TEST_THREAD_ID).build();
presenter.getAdminList(requestGetAdmin);
}
Aggregations