Search in sources :

Example 1 with RequestGetAdmin

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

Aggregations

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