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