Agora Java API Reference for Android
Static Public Member Functions | Public Attributes | List of all members
io.agora.rtm.RtmConstants.RtmLinkOperation Enum Reference

Static Public Member Functions

static int getValue (RtmLinkOperation operation)
 
static RtmLinkOperation getEnum (int value)
 

Public Attributes

 LOGIN =(0)
 
 LOGOUT =(1)
 
 JOIN =(2)
 
 LEAVE =(3)
 
 SERVER_REJECT =(4)
 
 AUTO_RECONNECT =(5)
 
 RECONNECTED =(6)
 
 HEARTBEAT_LOST =(7)
 
 SERVER_TIMEOUT =(8)
 
 NETWORK_CHANGE =(9)
 

Detailed Description

Rtm link operation.

Member Data Documentation

◆ LOGIN

io.agora.rtm.RtmConstants.RtmLinkOperation.LOGIN =(0)

0: Login.

◆ LOGOUT

io.agora.rtm.RtmConstants.RtmLinkOperation.LOGOUT =(1)

1: Logout.

◆ JOIN

io.agora.rtm.RtmConstants.RtmLinkOperation.JOIN =(2)

2: Join.

◆ LEAVE

io.agora.rtm.RtmConstants.RtmLinkOperation.LEAVE =(3)

3: Leave.

◆ SERVER_REJECT

io.agora.rtm.RtmConstants.RtmLinkOperation.SERVER_REJECT =(4)

4: Server reject.

◆ AUTO_RECONNECT

io.agora.rtm.RtmConstants.RtmLinkOperation.AUTO_RECONNECT =(5)

5: Auto reconnect.

◆ RECONNECTED

io.agora.rtm.RtmConstants.RtmLinkOperation.RECONNECTED =(6)

6: Reconnected.

◆ HEARTBEAT_LOST

io.agora.rtm.RtmConstants.RtmLinkOperation.HEARTBEAT_LOST =(7)

7: Heartbeat lost.

◆ SERVER_TIMEOUT

io.agora.rtm.RtmConstants.RtmLinkOperation.SERVER_TIMEOUT =(8)

8: Server timeout.

◆ NETWORK_CHANGE

io.agora.rtm.RtmConstants.RtmLinkOperation.NETWORK_CHANGE =(9)

9: Network change.