MesiboReadSession class

Constructors

MesiboReadSession(MesiboProfile? profile, MesiboMessageListener listener)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enableCalls(bool enable) → void
enableFifo(bool enable) → void
enableFiles(bool enable) → void
enableIncomingCalls(bool enable) → void
enableMessages(bool enable) → void
enableMissedCalls(bool enable) → void
enableOutgoingCalls(bool enable) → void
enableReadReceipt(bool enable) → void
enableThreads(bool enable) → void
getFailedMessageCount() Future<int>
getMessageCount(int status) Future<int>
getReceivedMessageCount() Future<int>
getSentMessageCount() Future<int>
getTotalMessageCount() Future<int>
getUnreadMessageCount() Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(int count) Future<int>
setQuery(String? query) → void
setThreadId(int tid) → void
stop() → void
sync(int count, MesiboSyncListener listener) Future<int>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

objMap Map<int, MesiboReadSession>
final