ConversationIdUtil class
- Annotations
Constructors
- ConversationIdUtil()
-
factory
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
-
conversationTargetId(
String conversationId) → Future< NIMResult< String> > -
conversationType(
String conversationId) → Future< NIMResult< NIMConversationType> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
p2pConversationId(
String accountId) → Future< NIMResult< String> > -
superTeamConversationId(
String superTeamId) → Future< NIMResult< String> > -
teamConversationId(
String teamId) → Future< NIMResult< String> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited