EMGroup class
Constructors
- EMGroup()
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 - 获取群公告
-
getBlackList(
) → List - 获取群黑名单列表
-
getDescription(
) → String - 群描述
-
getExtension(
) → String - 获取群扩展信息
-
getGroupId(
) → String - 群id
-
getGroupName(
) → String - 群名称
-
getMaxUserCount(
) → int - 群人数上限
-
getMemberCount(
) → int - 获取群人数上限
-
getMembers(
) → List - 获取群成员
-
getMuteList(
) → List - 获取群禁言列表
-
getOccupants(
) → List - 获取群所有人员
-
getOwner(
) → String - 获取群创建者
-
getPermissionType(
) → EMGroupPermissionType - 获取群组类型
- 获取群文件列表
-
isMemberAllowToInvite(
) → bool - 是否需要成员邀请
-
isMsgBlocked(
) → bool - 是否不接收群消息
-
isPublic(
) → bool - 是否是公开群
-
isPushNotificationEnabled(
) → bool - 是否免打扰
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited