hyphenate_SDK4.0 4.8.0
hyphenate java IM SDK
Public Member Functions | List of all members
com.hyphenate.chat.EMMessageBody Class Referenceabstract
Inheritance diagram for com.hyphenate.chat.EMMessageBody:
com.hyphenate.chat.EMCmdMessageBody com.hyphenate.chat.EMCustomMessageBody com.hyphenate.chat.EMFileMessageBody com.hyphenate.chat.EMLocationMessageBody com.hyphenate.chat.EMTextMessageBody com.hyphenate.chat.EMImageMessageBody com.hyphenate.chat.EMNormalFileMessageBody com.hyphenate.chat.EMVideoMessageBody com.hyphenate.chat.EMVoiceMessageBody

Public Member Functions

long operationTime ()
 
String operatorId ()
 
int operationCount ()
 

Detailed Description

The message body base class.

Member Function Documentation

◆ operationCount()

int com.hyphenate.chat.EMMessageBody.operationCount ( )

Gets the number of times a message is modified.

A message can be modified at most five times.

Returns
The number of times a message is modified.

◆ operationTime()

long com.hyphenate.chat.EMMessageBody.operationTime ( )

Gets the UNIX timestamp of the last message modification, in milliseconds.

Returns
The UNIX timestamp of the last message modification.

◆ operatorId()

String com.hyphenate.chat.EMMessageBody.operatorId ( )

Gets the user ID of the operator that modified the message last time.

Returns
The user ID of the operator that modified the message last time.

The documentation for this class was generated from the following file: