toggle menu
Android-IMLibCore-SDK
15.14.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
RCEncryptedSession
/
RCEncryptedSessionStatus
RCEncrypted
Session
Status
io.rong.imlib
public
class
RCEncryptedSessionStatus
Encrypted session signaling status.
Members
Constructors
RCEncrypted
Session.
RCEncrypted
Session
Status
Link copied to clipboard
io.rong.imlib
public
void
RCEncryptedSession.RCEncryptedSessionStatus
(
)
Properties
CANCELED
Link copied to clipboard
io.rong.imlib
public
final
static
int
CANCELED
Encrypted conversation canceled (when logged in on multiple devices, another device has successfully established the connection)
ENCRYPTED
Link copied to clipboard
io.rong.imlib
public
final
static
int
ENCRYPTED
Encrypted conversation established successfully
NOT_FOUND
Link copied to clipboard
io.rong.imlib
public
final
static
int
NOT_FOUND
Session not found.
REQUEST
Link copied to clipboard
io.rong.imlib
public
final
static
int
REQUEST
Initiate an encrypted conversation
RESPONSE
Link copied to clipboard
io.rong.imlib
public
final
static
int
RESPONSE
Encrypted session has responded
TERMINATED
Link copied to clipboard
io.rong.imlib
public
final
static
int
TERMINATED
Encrypted conversation ended (peer deleted the conversation or logged out)
UNKNOWN
Link copied to clipboard
io.rong.imlib
public
final
static
int
UNKNOWN
Unknown state caused by an exception.