MessageEvent
public enum MessageEvent
The struct of a message event
Since
1.4.0-
The updated type of a message
See moreDeclaration
Swift
public enum UpdateType
-
The callback when receive a new message
Declaration
Swift
case messageReceived(Message)
-
The callback when a message was deleted
Declaration
Swift
case messageDeleted(String)
-
The callback when a message was updated
Declaration
Swift
case messageUpdated(messageId: String, type: UpdateType)