Signaling (previously RTM) SDK v1.5.0 API Reference for Android
Public Attributes | List of all members
io.agora.rtm.RtmStatusCode.LogoutError Interface Reference

Public Attributes

int  LOGOUT_ERR_OK = 0
 
int  LOGOUT_ERR_REJECTED = 1
 
int  LOGOUT_ERR_NOT_INITIALIZED = 101
 
int  LOGOUT_ERR_USER_NOT_LOGGED_IN = 102
 

Member Data Documentation

◆ LOGOUT_ERR_OK

int io.agora.rtm.RtmStatusCode.LogoutError.LOGOUT_ERR_OK = 0

0: Logout succeeds. No error occurs.

◆ LOGOUT_ERR_REJECTED

int io.agora.rtm.RtmStatusCode.LogoutError.LOGOUT_ERR_REJECTED = 1

RESERVED FOR FUTURE USE

◆ LOGOUT_ERR_NOT_INITIALIZED

int io.agora.rtm.RtmStatusCode.LogoutError.LOGOUT_ERR_NOT_INITIALIZED = 101

101: The SDK is not initialized.

◆ LOGOUT_ERR_USER_NOT_LOGGED_IN

int io.agora.rtm.RtmStatusCode.LogoutError.LOGOUT_ERR_USER_NOT_LOGGED_IN = 102

102: The sender does not call the login method, or the method call of login does not succeed before logging out of the Agora RTM system.