Agora Java API Reference for Android
|
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) | |
Rtm link operation.
io.agora.rtm.RtmConstants.RtmLinkOperation.LOGIN =(0) |
0: Login.
io.agora.rtm.RtmConstants.RtmLinkOperation.LOGOUT =(1) |
1: Logout.
io.agora.rtm.RtmConstants.RtmLinkOperation.JOIN =(2) |
2: Join.
io.agora.rtm.RtmConstants.RtmLinkOperation.LEAVE =(3) |
3: Leave.
io.agora.rtm.RtmConstants.RtmLinkOperation.SERVER_REJECT =(4) |
4: Server reject.
io.agora.rtm.RtmConstants.RtmLinkOperation.AUTO_RECONNECT =(5) |
5: Auto reconnect.
io.agora.rtm.RtmConstants.RtmLinkOperation.RECONNECTED =(6) |
6: Reconnected.
io.agora.rtm.RtmConstants.RtmLinkOperation.HEARTBEAT_LOST =(7) |
7: Heartbeat lost.
io.agora.rtm.RtmConstants.RtmLinkOperation.SERVER_TIMEOUT =(8) |
8: Server timeout.
io.agora.rtm.RtmConstants.RtmLinkOperation.NETWORK_CHANGE =(9) |
9: Network change.