ZIMConversationDeletedResult class
Available since: 2.0.0 and above.
Description: After a session is deleted, the deletion result is returned using this callback.
Use cases: You can do the deleted session logic in this callback.
When to call /Trigger: Description Triggered after the session was deleted.
Related APIs: deleteConversation
.
conversationID Conversation ID. conversationType Conversation type.
Constructors
- ZIMConversationDeletedResult.new({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