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

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)
 

Detailed Description

Topic event type

Member Data Documentation

◆ NONE

io.agora.rtm.RtmConstants.RtmTopicEventType.NONE =(0)

0: Unknown event type

◆ SNAPSHOT

io.agora.rtm.RtmConstants.RtmTopicEventType.SNAPSHOT =(1)

1: The topic snapshot of this channel

◆ REMOTE_JOIN

io.agora.rtm.RtmConstants.RtmTopicEventType.REMOTE_JOIN =(2)

2: Triggered when remote user join a topic

◆ REMOTE_LEAVE

io.agora.rtm.RtmConstants.RtmTopicEventType.REMOTE_LEAVE =(3)

3: Triggered when remote user leave a topic