#import <EMChatMessageStatistics.h>
EMChatMessageStatistics.h The message traffic statistics model.
- Author
- Hyphenate
- Version
- 3.00
The message traffic statistics.
- (NSUInteger) attachmentSize |
|
readnonatomicassign |
The amount of traffic for the message attachment.
The traffic is measured in bytes.
- (EMMessageDirection) direction |
|
readnonatomicassign |
The message direction:
Send
: Messages sent by the current user;
Receive
: Messages received by the current user.
The user ID of the message sender.
The message ID, which is the unique identifier of the message.
- (NSUInteger) messageSize |
|
readnonatomicassign |
The amount of traffic for the message body.
The traffic is measured in bytes.
- (NSUInteger) thumbnailSize |
|
readnonatomicassign |
The amount of traffic for the thumbnail.
The traffic is measured in bytes.
The Unix timestamp for the Chat server receiving the message.
The Unix timestamp is in the unit of millisecond.
The user ID of the message recipient.
- (EMMessageBodyType) type |
|
readnonatomicassign |
The documentation for this class was generated from the following file: