Agora Java API Reference for Android
|
Static Public Member Functions | |
static int | getValue (RtmTopicEventType type) |
static RtmTopicEventType | getEnum (int value) |
Public Attributes | |
NONE =(0) | |
SNAPSHOT =(1) | |
REMOTE_JOIN =(2) | |
REMOTE_LEAVE =(3) | |
Topic event type
io.agora.rtm.RtmConstants.RtmTopicEventType.NONE =(0) |
0: Unknown event type
io.agora.rtm.RtmConstants.RtmTopicEventType.SNAPSHOT =(1) |
1: The topic snapshot of this channel
io.agora.rtm.RtmConstants.RtmTopicEventType.REMOTE_JOIN =(2) |
2: Triggered when remote user join a topic
io.agora.rtm.RtmConstants.RtmTopicEventType.REMOTE_LEAVE =(3) |
3: Triggered when remote user leave a topic