Agora Java API Reference for Android
|
Public Member Functions | |
TopicMessageOptions () | |
TopicMessageOptions (String customType) | |
TopicMessageOptions (String customType, long sendTs) | |
void | setCustomType (String customType) |
void | setSendTs (long sendTs) |
String | getCustomType () |
long | getSendTs () |
String | toString () |
topic message option
io.agora.rtm.TopicMessageOptions.TopicMessageOptions | ( | ) |
io.agora.rtm.TopicMessageOptions.TopicMessageOptions | ( | String | customType | ) |
Creates a new instance of
with specified customType.
customType | The custom type of the message |
io.agora.rtm.TopicMessageOptions.TopicMessageOptions | ( | String | customType, |
long | sendTs | ||
) |
Creates a new instance of
with specified customType and sendTs.
customType | The custom type of the message |
sendTs | The time to calibrate data with media |