agora_chat_SDK 1.0.6
agora java chat SDK
Classes | Static Public Attributes | List of all members
io.agora.chat.ChatCheckType Class Reference

Classes

interface  CheckType
 

Static Public Attributes

static final int ACCOUNT_VALIDATION = 0
 
static final int GET_DNS_LIST_FROM_SERVER = 1
 
static final int GET_TOKEN_FROM_SERVER = 2
 
static final int DO_LOGIN = 3
 
static final int DO_MSG_SEND = 4
 
static final int DO_LOGOUT = 5
 

Detailed Description

The Chat service diagnoses process, including account validation, whether the DNS LIST and token is got from the server, whether the user has logged in or logged out.

This enum lists the server diagnostic tests which are run for the current user when you call ChatClient#check(String, String, ChatClient.CheckResultListener). This is an asynchronous method. If there is an error, check the error code to know the error information.

Make sure not to update the existing data, because it is related to the native CheckType defined in emchatconfigs.h.


The documentation for this class was generated from the following file: