ConversationInfo class

Constructors

ConversationInfo.new(NIMConversation conversation)

Properties

conversation ↔ NIMConversation
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
haveBeenAit bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetId String
no setter

Methods

getAvatar() String?
getConversationId() String
getConversationType() → NIMConversationType
getFormatTime() String
getLastAttachment() → NIMMessageAttachment?
getLastMessage() → NIMLastMessage?
getName() String
getUnreadCount() int
isMute() bool
isSame(ConversationInfo info) bool
isStickTop() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setNickName(String? nick) → dynamic
toString() String
A string representation of this object.
override

Operators

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