Search in sources :

Example 1 with RequestJoinPublicThread

use of com.fanap.podchat.chat.thread.public_thread.RequestJoinPublicThread in project pod-chat-android-sdk by FanapSoft.

the class ChatActivity method joinPublicThread.

// public static final String THREAD_UNIQUE_NAME = "unique_name_4_" + new Date().getTime();
private void joinPublicThread() {
    RequestJoinPublicThread request = new RequestJoinPublicThread.Builder(THREAD_UNIQUE_NAME).build();
    presenter.joinPublicThread(request);
}
Also used : RequestJoinPublicThread(com.fanap.podchat.chat.thread.public_thread.RequestJoinPublicThread)

Aggregations

RequestJoinPublicThread (com.fanap.podchat.chat.thread.public_thread.RequestJoinPublicThread)1