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