JOMessage Class Reference
| Inherits from | NSObject |
| Declared in | JOMessage.h |
Tasks
-
messageIdThis property is the identifier of the message.
property -
senderIdThis property is the identifier of the sender of the message.
property -
directionThis property is the sending direction of the message.
property -
contentThis property is the content of the message.
property -
timeThis property is the sending time point of the message.
property -
– initWithJSON:This methods creates a message object from a JSON string.
Properties
content
This property is the content of the message.
@property (atomic, strong) NSString *contentDeclared In
JOMessage.hdirection
This property is the sending direction of the message.
@property (atomic, strong) NSNumber *directionDeclared In
JOMessage.hmessageId
This property is the identifier of the message.
@property (atomic, strong) NSString *messageIdDeclared In
JOMessage.h