EMMultiDevicesEvent enum

~english Multi-device event types.

This enumeration takes user A logged into both DeviceA1 and DeviceA2 as an example to illustrate the various multi-device event types and when these events are triggered. ~end

~chinese 多设备登录事件类型。

本枚举类以用户 A 同时登录设备 A1 和 设备 A2 为例,描述多设备登录各事件的触发时机。 ~end

Inheritance

Constructors

EMMultiDevicesEvent()
const

Values

CONTACT_REMOVE → const EMMultiDevicesEvent

~english The current user removed a contact on another device. ~end

~chinese 当前用户在其他设备上删除好友。 ~end

CONTACT_ACCEPT → const EMMultiDevicesEvent

~english The current user accepted a friend request on another device. ~end

~chinese 当前用户在其他设备上接受好友请求。 ~end

CONTACT_DECLINE → const EMMultiDevicesEvent

~english The current user declined a friend request on another device. ~end

~chinese 当前用户在其他设备上拒绝好友请求。 ~end

CONTACT_BAN → const EMMultiDevicesEvent

~english The current user added a contact to the block list on another device. ~end

~chinese 当前用户在其他设备上将好友加入黑名单。 ~end

CONTACT_ALLOW → const EMMultiDevicesEvent

~english The current user removed a contact from the block list on another device. ~end

~chinese 当前用户在其他设备上将好友移出黑名单。 ~end

GROUP_CREATE → const EMMultiDevicesEvent

~english The current user created a group on another device. ~end

~chinese 当前用户在其他设备上创建群组。 ~end

GROUP_DESTROY → const EMMultiDevicesEvent

~english The current user destroyed a group on another device. ~end

~chinese 当前用户在其他设备上解散群组。 ~end

GROUP_JOIN → const EMMultiDevicesEvent

~english The current user joined a group on another device. ~end

~chinese 当前用户在其他设备上加入群组。 ~end

GROUP_LEAVE → const EMMultiDevicesEvent

~english The current user left a group on another device. ~end

~chinese 当前用户在其他设备离开群组。 ~end

GROUP_APPLY → const EMMultiDevicesEvent

~english The current user requested to join a group on another device. ~end

~chinese 当前用户在其他设备上申请加入群组。 ~end

GROUP_APPLY_ACCEPT → const EMMultiDevicesEvent

~english The current user accepted a group request on another device. ~end

~chinese 当前用户在其他设备接受入群申请。 ~end

GROUP_APPLY_DECLINE → const EMMultiDevicesEvent

~english The current user declined a group request on another device. ~end

~chinese 当前用户在其他设备上拒绝入群申请。 ~end

GROUP_INVITE → const EMMultiDevicesEvent

~english The current user invited a user to join the group on another device. ~end

~chinese 当前用户在其他设备上邀请用户入群。 ~end

GROUP_INVITE_ACCEPT → const EMMultiDevicesEvent

~english The current user accepted a group invitation on another device. ~end

~chinese 当前用户在其他设备上接受了入群邀请。 ~end

GROUP_INVITE_DECLINE → const EMMultiDevicesEvent

~english The current user declined a group invitation on another device. ~end

~chinese 当前用户在其他设备上拒绝了入群邀请。 ~end

GROUP_KICK → const EMMultiDevicesEvent

~english The current user kicked a member out of a group on another device. ~end

~chinese 当前用户在其他设备上将成员踢出群。 ~end

GROUP_BAN → const EMMultiDevicesEvent

~english The current user added a member to a group block list on another device. ~end

~chinese 当前用户在其他设备上将成员加入群组黑名单。 ~end

GROUP_ALLOW → const EMMultiDevicesEvent

~english The current user removed a member from a group block list on another device. ~end

~chinese 当前用户在其他设备上将成员移除群组黑名单。 ~end

GROUP_BLOCK → const EMMultiDevicesEvent

~english The current user blocked a group on another device. ~end

~chinese 当前用户在其他设备上屏蔽群组。 ~end

GROUP_UNBLOCK → const EMMultiDevicesEvent

~english The current user unblocked a group on another device. ~end

~chinese 当前用户在其他设备上取消群组屏蔽。 ~end

GROUP_ASSIGN_OWNER → const EMMultiDevicesEvent

~english The current user transferred the group ownership on another device. ~end

~chinese 当前用户在其他设备上转移群组所有权。 ~end

GROUP_ADD_ADMIN → const EMMultiDevicesEvent

~english The current user added an admin on another device. ~end

~chinese 当前用户在其他设备上添加管理员。 ~end

GROUP_REMOVE_ADMIN → const EMMultiDevicesEvent

~english The current user removed an admin on another device. ~end

~chinese 当前用户在其他设备上移除管理员。 ~end

GROUP_ADD_MUTE → const EMMultiDevicesEvent

~english The current user muted a member on another device. ~end

~chinese 当前用户在其他设备上禁言成员。 ~end

GROUP_REMOVE_MUTE → const EMMultiDevicesEvent

~english The current user unmuted a member on another device. ~end

~chinese 当前用户在其他设备上解除禁言。 ~end

GROUP_ADD_USER_ALLOW_LIST → const EMMultiDevicesEvent

~english The current user added on allow list on another device. ~end

~chinese 当前用户在其他设备将其他用户加入到群组白名单。 ~end

GROUP_REMOVE_USER_ALLOW_LIST → const EMMultiDevicesEvent

~english The current user removed on allow list on another device. ~end

~chinese 当前用户在其他设备将其他用户移除群组白名单。 ~end

GROUP_ALL_BAN → const EMMultiDevicesEvent

~english The current user are group ban on another device. ~end

~chinese 当前用户在其他设备将全部群组成员禁言。 ~end

GROUP_REMOVE_ALL_BAN → const EMMultiDevicesEvent

~english The current user are remove group ban on another device. ~end

~chinese 当前用户在其他设备将群组成员解除禁言。 ~end

GROUP_DISABLED → const EMMultiDevicesEvent

~english The current user are group disable on another device. ~end

~chinese 用户的群组功能被关闭事件。 ~end

GROUP_ABLE → const EMMultiDevicesEvent

~english The current user are group able on another device. ~end

~chinese 当前用户的群组功能开启事件。 ~end

GROUP_MEMBER_ATTRIBUTES_CHANGED → const EMMultiDevicesEvent

~english The current user modified custom attributes of a group member on another device.

~chinese 当前用户在其他设备上修改群组成员属性。 ~end

CHAT_THREAD_CREATE → const EMMultiDevicesEvent

~english The current user created a message thread on another device. ~end

~chinese 当前用户在其他设备创建子区。 ~end

CHAT_THREAD_DESTROY → const EMMultiDevicesEvent

~english The current user destroyed a message thread on another device. ~end

~chinese 当前用户在其他设备销毁子区。 ~end

CHAT_THREAD_JOIN → const EMMultiDevicesEvent

~english The current user joined a message thread on another device. ~end

~chinese 当前用户在其他设备加入子区。 ~end

CHAT_THREAD_LEAVE → const EMMultiDevicesEvent

~english The current user left a message thread on another device. ~end

~chinese 当前用户在其他设备离开子区。 ~end

CHAT_THREAD_UPDATE → const EMMultiDevicesEvent

~english The current user updated message thread information on another device. ~end

~chinese 当前用户在其他设备更新子区信息。 ~end

CHAT_THREAD_KICK → const EMMultiDevicesEvent

~english The current user kicked a member out of a message thread on another device. ~end

~chinese 当前用户在其他设备上将成员踢出子区。 ~end

CONVERSATION_PINNED → const EMMultiDevicesEvent

~english The current user pinned a conversation on another device. ~end

~chinese 当前用户在其他设备上置顶会话。 ~end

CONVERSATION_UNPINNED → const EMMultiDevicesEvent

~english The current user unpinned a conversation on another device. ~end

~chinese 当前用户在其他设备上取消会话置顶。 ~end

CONVERSATION_DELETE → const EMMultiDevicesEvent

~english The current user removed a conversation from the server. ~end

~chinese 当前用户在其他设备上删除了服务端的会话。 ~end

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<EMMultiDevicesEvent>
A constant List of the values in this enum, in order of their declaration.