ChatManager class
Constructors
- ChatManager.new(Connection _connection)
Properties
Methods
-
getChat(
Jid jid) → Chat -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
instances
↔ Map<
Connection, ChatManager> -
getter/setter pair
Static Methods
-
getInstance(
Connection connection) → ChatManager