Agora Java API Reference for Android
|
Public Member Functions | |
MetadataOptions () | |
MetadataOptions (boolean recordTs, boolean recordUserId) | |
void | setRecordTs (boolean recordTs) |
void | setRecordUserId (boolean recordUserId) |
boolean | getRecordTs () |
boolean | getRecordUserId () |
String | toString () |
Metadata options.
io.agora.rtm.MetadataOptions.MetadataOptions | ( | ) |
io.agora.rtm.MetadataOptions.MetadataOptions | ( | boolean | recordTs, |
boolean | recordUserId | ||
) |
Creates a new instance of
with spec.
recordTs | Indicates whether or not to notify server update the modify timestamp of metadata |
recordUserId | Indicates whether or not to notify server update the modify user id of metadata |