MultiWrapper mixin
- Superclass constraints
- Mixin applications
-
Methods
-
addListeners()
→ void
-
override
-
addObserver(ChatUIKitObserverBase observer)
→ void
-
inherited
-
checkResult<T>(ChatSDKEvent actionEvent, Future<T> method())
→ Future<T>
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onChatThreadEvent(MultiDevicesEvent event, String chatThreadId, List<String> userIds)
→ void
-
-
onContactEvent(MultiDevicesEvent event, String userId, String? ext)
→ void
-
-
onConversationEvent(MultiDevicesEvent event, String conversationId, ConversationType type)
→ void
-
-
onGroupEvent(MultiDevicesEvent event, String groupId, List<String>? userIds)
→ void
-
-
onRemoteMessagesRemoved(String conversationId, String deviceId)
→ void
-
-
removeListeners()
→ void
-
override
-
removeObserver(ChatUIKitObserverBase observer)
→ void
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited