ChatMessagesManager class
Methods
-
acceptMessage(MessageStanza messageStanza)
→ bool
-
-
closeStreams()
→ void
-
-
destroy()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
sendDeliveredStatus(CubeMessage cubeMessage)
→ Future<void>
-
Informs the sender that message was delivered
cubeMessage
- the original message, it should contain next required fields:
'senderId', 'messageId', 'dialogId'
-
sendReadStatus(CubeMessage cubeMessage)
→ Future<void>
-
Informs the sender that message was read
cubeMessage
- the original message, it should contain next required fields:
'senderId', 'messageId', 'dialogId'
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
getInstance(Connection connection)
→ dynamic
-