ZIMMessageDeletedResult class

Supported versions: 2.0.0 and above.

Detail description: After the message is deleted, the result of message deletion is returned through this callback.

Business scenario: The developer can judge whether the deletion is successful through the errorCode in the callback.

Notification timing: Triggered after calling the delete message interface deleteMessage.

Related interface: deleteMessage.

conversationID Conversation ID. conversationType Conversation Type.

Constructors

ZIMMessageDeletedResult({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