PresenceActions mixin

Superclass constraints
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
observers List<ChatUIKitObserverBase>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListeners() → void
inherited
addObserver(ChatUIKitObserverBase observer) → void
inherited
checkResult<T>(ChatSDKEvent actionEvent, Future<T> method()) Future<T>
inherited
fetchPresenceStatus({required List<String> members}) Future<List<Presence>>
fetchSubscribedMembers({int pageNum = 1, int pageSize = 20}) Future<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPresenceStatusChanged(List<Presence> list) → void
inherited
publishPresence(String description) Future<void>
removeListeners() → void
inherited
removeObserver(ChatUIKitObserverBase observer) → void
inherited
subscribe({required List<String> members, required int expiry}) Future<List<Presence>>
toString() String
A string representation of this object.
inherited
unsubscribe({required List<String> members}) Future<void>

Operators

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