OnConversationListener class

Conversation Listener

Constructors

OnConversationListener({dynamic onConversationChanged(List<ConversationInfo> list)?, dynamic onNewConversation(List<ConversationInfo> list)?, dynamic onTotalUnreadMessageCountChanged(int count)?, dynamic onSyncServerFailed()?, dynamic onSyncServerFinish()?, dynamic onSyncServerStart()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onConversationChanged ↔ (dynamic Function(List<ConversationInfo> list)?)
getter/setter pair
onNewConversation ↔ (dynamic Function(List<ConversationInfo> list)?)
getter/setter pair
onSyncServerFailed ↔ (dynamic Function()?)
getter/setter pair
onSyncServerFinish ↔ (dynamic Function()?)
getter/setter pair
onSyncServerStart ↔ (dynamic Function()?)
getter/setter pair
onTotalUnreadMessageCountChanged ↔ (dynamic Function(int count)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

conversationChanged(List<ConversationInfo> list) → void
Conversations have changed
newConversation(List<ConversationInfo> list) → void
New conversations have been created
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
syncServerFailed() → void
syncServerFinish() → void
syncServerStart() → void
toString() String
A string representation of this object.
inherited
totalUnreadMessageCountChanged(int count) → void
Total unread message count has changed

Operators

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