TencentImListenerTypeEnum enum

监听器类型枚举

Inheritance

Constructors

TencentImListenerTypeEnum()
const

Values

NewMessage → const TencentImListenerTypeEnum

新消息通知

C2CReadReceipt → const TencentImListenerTypeEnum

C2C已读回执

MessageRevoked → const TencentImListenerTypeEnum

消息撤回

SyncServerStart → const TencentImListenerTypeEnum

同步服务开始

SyncServerFinish → const TencentImListenerTypeEnum

同步服务完成

SyncServerFailed → const TencentImListenerTypeEnum

同步服务失败

NewConversation → const TencentImListenerTypeEnum

新会话

ConversationChanged → const TencentImListenerTypeEnum

会话刷新

FriendApplicationListAdded → const TencentImListenerTypeEnum

好友申请新增通知

FriendApplicationListDeleted → const TencentImListenerTypeEnum

好友申请删除通知

FriendApplicationListRead → const TencentImListenerTypeEnum

好友申请已读通知

FriendListAdded → const TencentImListenerTypeEnum

好友新增通知

FriendListDeleted → const TencentImListenerTypeEnum

好友删除通知

BlackListAdd → const TencentImListenerTypeEnum

黑名单新增通知

BlackListDeleted → const TencentImListenerTypeEnum

黑名单删除通知

FriendInfoChanged → const TencentImListenerTypeEnum

好友资料更新通知

MemberEnter → const TencentImListenerTypeEnum

有用户加入群

MemberLeave → const TencentImListenerTypeEnum

有用户离开群

MemberInvited → const TencentImListenerTypeEnum

有用户被拉入群

MemberKicked → const TencentImListenerTypeEnum

有用户被踢出群

MemberInfoChanged → const TencentImListenerTypeEnum

群成员信息被修改

GroupCreated → const TencentImListenerTypeEnum

创建群

GroupDismissed → const TencentImListenerTypeEnum

群被解散

GroupRecycled → const TencentImListenerTypeEnum

群被回收

GroupInfoChanged → const TencentImListenerTypeEnum

群信息被修改

ReceiveJoinApplication → const TencentImListenerTypeEnum

有新的加群申请

ApplicationProcessed → const TencentImListenerTypeEnum

加群信息已被管理员处理

GrantAdministrator → const TencentImListenerTypeEnum

指定管理员身份

RevokeAdministrator → const TencentImListenerTypeEnum

取消管理员身份

QuitFromGroup → const TencentImListenerTypeEnum

主动退出群组

ReceiveRESTCustomData → const TencentImListenerTypeEnum

收到 RESTAPI 下发的自定义系统消息

GroupAttributeChanged → const TencentImListenerTypeEnum

收到群属性更新的回调

Connecting → const TencentImListenerTypeEnum

正在连接到腾讯云服务器

ConnectSuccess → const TencentImListenerTypeEnum

网络连接成功

ConnectFailed → const TencentImListenerTypeEnum

网络连接失败

KickedOffline → const TencentImListenerTypeEnum

踢下线

SelfInfoUpdated → const TencentImListenerTypeEnum

当前用户的资料发生了更新

UserSigExpired → const TencentImListenerTypeEnum

用户登录的 userSig 过期(用户需要重新获取 userSig 后登录)

ReceiveNewInvitation → const TencentImListenerTypeEnum

收到信令邀请

InviteeAccepted → const TencentImListenerTypeEnum

信令被邀请者接受邀请

InviteeRejected → const TencentImListenerTypeEnum

信令被邀请者拒绝邀请

InvitationCancelled → const TencentImListenerTypeEnum

信令邀请被取消

InvitationTimeout → const TencentImListenerTypeEnum

信令邀请超时

DownloadProgress → const TencentImListenerTypeEnum

下载进度

MessageSendSucc → const TencentImListenerTypeEnum

消息发送成功

MessageSendFail → const TencentImListenerTypeEnum

消息发送失败

MessageSendProgress → const TencentImListenerTypeEnum

消息发送进度更新

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<TencentImListenerTypeEnum>
A constant List of the values in this enum, in order of their declaration.