QChatService class

圈组服务 目前仅支持iOS和Android平台

Constructors

QChatService()
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

kickOtherClients(QChatKickOtherClientsParam param) Future<NIMResult<QChatKickOtherClientsResult>>
踢掉多端同时在线的其他端
login(QChatLoginParam param) Future<NIMResult<QChatLoginResult>>
登录接口
logout() Future<NIMResult<void>>
登出接口
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