RCKEngineProvider class

Mixed-in types

Constructors

RCKEngineProvider.new()

Properties

conversationStatus ValueNotifier<String?>
final
currentUserId String
getter/setter pair
customInfoProvider CustomInfoProvider?
自定义信息提供者
getter/setter pair
enableLocalNotification bool
getter/setter pair
enableSpeechToText bool
getter/setter pair
engine RCIMIWEngine?
getter/setter pair
failedMessageSentNotifier ValueNotifier<RCIMIWMessage?>
final
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
networkChangeNotifier ValueNotifier<RCIMIWConnectionStatus?>
final
readClearTargetId ValueNotifier<String?>
final
recallMessageNotifier ValueNotifier<RCIMIWMessage?>
final
receiveMessageNotifier ValueNotifier<RCIMIWMessage?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speechToTextMessageNotifier ValueNotifier<RCIMIWVoiceMessage?>
final
totalUnreadCount int
no setter

Methods

addFailedMessage(RCIMIWMessage message) → void
addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
clearFailedMessages() → void
disconnect() → void
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
engineConnect(String token, int timeout, {required dynamic onResult(int? code)}) Future<void>
engineCreate(String appKey, RCIMIWEngineOptions options) Future<RCIMIWEngine?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
removeFailedMessage(RCIMIWMessage message) → void
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
resendFailedMessages() → void
setupLocalNotification({bool enable = true}) Future<void>
showLocalNotification(RCIMIWMessage message) Future<void>
toString() String
A string representation of this object.
inherited
updateTotalUnreadCount() → void

Operators

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