ConversationInfo class
- Available extensions
Constructors
- ConversationInfo(NIMSession session)
Properties
- friend ↔ NIMFriend?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isStickTop ↔ bool
-
getter/setter pair
- mute ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- session ↔ NIMSession
-
getter/setter pair
- team ↔ NIMTeam?
-
getter/setter pair
- user ↔ NIMUser?
-
getter/setter pair
Methods
-
getAvatar(
) → String? -
getName(
) → String -
isSame(
ConversationInfo? info) → bool -
Available on ConversationInfo, provided by the ConversationInfoExt extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited