TencentCloudChatSearchData<T> class

A class that manages the search data for TencentCloudChat search component

This class extends TencentCloudChatUIKitCoreDataAB and provides functionality for managing the status of search component.

Inheritance

Constructors

TencentCloudChatSearchData(T currentUpdatedFields)

Properties

currentUpdatedFields ↔ T
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBuilder TencentCloudChatComponentBuilder?
getter/setter pair
searchConfig TencentCloudChatSearchConfig
getter/setter pair
searchController TencentCloudChatComponentBaseController?
=== Controller ===
getter/setter pair
searchEventHandlers TencentCloudChatSearchEventHandlers?
=== Search Event Handlers ===
getter/setter pair

Methods

clear() → void
override
console({required String logs, TencentCloudChatLogLevel? logLevel}) → dynamic
A helper method for logging console messages.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListener(T key) → void
override
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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