use of com.fanap.podchat.chat.thread.public_thread.RequestCheckIsNameAvailable in project pod-chat-android-sdk by FanapSoft.
the class ChatActivity method checkIsNameAvailable.
private void checkIsNameAvailable() {
RequestCheckIsNameAvailable request = new RequestCheckIsNameAvailable.Builder(THREAD_UNIQUE_NAME).build();
presenter.checkIsNameAvailable(request);
}
Aggregations