Agora Java API Reference for Android
|
Public Member Functions | |
JoinTopicOptions () | |
JoinTopicOptions (RtmMessageQos qos, RtmMessagePriority priority) | |
JoinTopicOptions (RtmMessageQos qos, RtmMessagePriority priority, boolean syncWithMedia) | |
JoinTopicOptions (RtmMessageQos qos, RtmMessagePriority priority, boolean syncWithMedia, String topicMeta) | |
void | setMessageQos (RtmMessageQos messageQos) |
void | setPriority (RtmMessagePriority priority) |
void | setSyncWithMedia (boolean syncWithMedia) |
void | setTopicMeta (String topicMeta) |
int | getMessageQos () |
int | getMessagePriority () |
boolean | getSyncWithMedia () |
String | getTopicMeta () |
String | toString () |
Join topic options.
io.agora.rtm.JoinTopicOptions.JoinTopicOptions | ( | ) |
io.agora.rtm.JoinTopicOptions.JoinTopicOptions | ( | RtmMessageQos | qos, |
RtmMessagePriority | priority | ||
) |
Constructs a new
object with message qos and priority.
qos | The quality of service for messages sent on the topic |
priority | The priority of the topic message |
io.agora.rtm.JoinTopicOptions.JoinTopicOptions | ( | RtmMessageQos | qos, |
RtmMessagePriority | priority, | ||
boolean | syncWithMedia | ||
) |
Constructs a new
object with the specified parameters.
qos | The quality of service for messages sent on the topic |
priority | The priority of the topic message |
syncWithMedia | Indicates whether to synchronize with media |
io.agora.rtm.JoinTopicOptions.JoinTopicOptions | ( | RtmMessageQos | qos, |
RtmMessagePriority | priority, | ||
boolean | syncWithMedia, | ||
String | topicMeta | ||
) |
Create a new
object with the specified parameters
qos | The quality of service for messages sent on the topic |
priority | The priority of the topic message |
syncWithMedia | Indicates whether to synchronize with media |
topicMeta | The metaData of current topic |