ZIMKitMessageList class

Constructors

ZIMKitMessageList()

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMore bool
getter/setter pair
inited bool
getter/setter pair
loading bool
getter/setter pair
noMore bool
getter/setter pair
notifier ListNotifier<ValueNotifier<ZIMKitMessage>>
All Messages Notification
getter/setter pair
notInited bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
delete(List<ZIMKitMessage> deleteMessages) → void
deleteAll() → void
init(List<ZIMMessage> messageList) → void
insertAll(List<ZIMMessage> receiveMessages) → void
isEmpty() bool
isNotEmpty() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAttach(ZIMMessage zimMessage) ZIMKitMessageNotifier
onMessageReactionsChanged(ZIMMessageReaction reaction) → void
onSendFailed(int localMessageID) → void
onSendSuccess(int localMessageID) → void
receive(List<ZIMMessage> receiveMessages) → void
toString() String
A string representation of this object.
inherited

Operators

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