ZIMMessagesSearchedResult class

Description: Detailed description: Return of search results for local messages.

Use cases: After performing a local message search operation, the success or failure can be determined through this callback.

Related API: searchLocalMessages, search for local messages.

conversationID ConversationID. conversationType Conversation Type. messageList The message list of the searched result. nextMessage Pagination retrieval flag, message anchor for searching the next page.

Constructors

ZIMMessagesSearchedResult({required String conversationID, required ZIMConversationType conversationType, required List<ZIMMessage> messageList, required ZIMMessage? nextMessage})

Properties

conversationID String
getter/setter pair
conversationType ZIMConversationType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messageList List<ZIMMessage>
getter/setter pair
nextMessage ZIMMessage?
getter/setter pair
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