Agora Java API Reference for Android
Public Member Functions | List of all members
io.agora.rtm.TopicEvent Class Reference

Public Member Functions

 TopicEvent ()
 
RtmTopicEventType getType ()
 
String getChannelName ()
 
String getPublisher ()
 
ArrayList< TopicInfogetTopicInfos ()
 
 TopicEvent (String channelName, int type, String publisher, TopicInfo[] topicInfos)
 
String toString ()
 

Constructor & Destructor Documentation

◆ TopicEvent()

io.agora.rtm.TopicEvent.TopicEvent ( )

The default Constructor of

.

io.agora.rtm.TopicEvent.TopicEvent
TopicEvent()
Definition: TopicEvent.java:33