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
Static Methods
Constants
- MESSAGE_COUNT_ALL → const int
- MESSAGE_COUNT_FAILED → const int
- MESSAGE_COUNT_RECEIEVED → const int
- MESSAGE_COUNT_SENT → const int
- READSESSION_FLAG_DELETESESSION → const int
- READSESSION_FLAG_FIFO → const int
- READSESSION_FLAG_INCOMINGCALLS → const int
- READSESSION_FLAG_MISSEDCALLS → const int
- READSESSION_FLAG_NOMESSAGES → const int
- READSESSION_FLAG_OUTGOINGCALLS → const int
- READSESSION_FLAG_READRECEIPT → const int
- READSESSION_FLAG_RESETSESSION → const int
- READSESSION_FLAG_SUMMARY → const int
- READSESSION_FLAG_THREADED → const int
- READSESSION_FLAG_WITHFILES → const int