IMMessageEvent
public enum IMMessageEvent
The events about message that belong to the conversation.
-
The new message received from this conversation.
Declaration
Swift
case received(message: IMMessage)
-
The message in this conversation has been updated.
-
The message has been delivered to other.
Declaration
Swift
case delivered(toClientID: String?, messageID: String, deliveredTimestamp: Int64)
-
The message sent to other has been read.
Declaration
Swift
case read(byClientID: String?, messageID: String, readTimestamp: Int64)