EMChatRoom class

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getAdminList() → List
获取聊天室的管理员列表,如果没有获取聊天室详情,返回可能为空
getAnnouncement() → String
获取聊天室公告
getDescription() → String
获取聊天室详情
getId() → String
获取聊天室ID
getMaxUsers() → int
获取聊天室最大用户数
getMemberList() → List
返回成员列表
getName() → String
获取聊天室名称
getOwner() → String
获取聊天室的所有者,如果没有获取聊天室详情,返回可能为空
getPermissionType() → dynamic
获取权限
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited