Chat SDK for Android v1.2.1
agora java chat SDK
|
Public Member Functions | |
long | operationTime () |
String | operatorId () |
int | operationCount () |
The message body base class.
int io.agora.chat.MessageBody.operationCount | ( | ) |
Gets the number of times a message is modified.
A message can be modified at most five times.
long io.agora.chat.MessageBody.operationTime | ( | ) |
Gets the UNIX timestamp of the last message modification, in milliseconds.
String io.agora.chat.MessageBody.operatorId | ( | ) |
Gets the user ID of the operator that modified the message last time.