ZIMConversationMessageReceiptReadSentResult class

Supported version: 2.5.0 and above.

Detailed description: Set the callback interface for the read receipt conversation.

Business scenario: Developers can judge whether the sending is successful through errorCode in the callback.

Notification timing: When the developer calls the sendConversationMessageReceiptRead interface, this callback will be triggered.

Relevant interface: The success or failure of the conversation read result set by sendConversationMessageReceiptRead will be notified through this callback. conversationID Description: Conversation ID. conversationType Description: Conversation type.

Constructors

ZIMConversationMessageReceiptReadSentResult({required String conversationID, required ZIMConversationType conversationType})

Properties

conversationID String
getter/setter pair
conversationType ZIMConversationType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited