-
Im
—
class in namespace null
-
-
AddFriend
—
public method in class Im
-
帮组织人员在dangchat-server中注册并与组织人员在dangchat-server中成为好友关系。聊天和创建群聊邀请成员都需要成为好友关系
-
AddLike
—
public method in class Im
-
消息添加关注
-
AddPerson
—
public method in class Im
-
组织人员增加时,增加组织人员的前端person对象数组
-
AutoLogin
—
public method in class Im
-
自动登录,取Store中保存登录成功的信息
-
BindDialogs
—
public method in class Im
-
获取绑定会话列表,获取推送消息
-
BindGroup
—
public method in class Im
-
绑定群组信息
-
BindUser
—
public method in class Im
-
绑定联系人信息
-
BindUserOnline
—
public method in class Im
-
绑定人员的在线状态
-
ClearChat
—
public method in class Im
-
清空与联系人或群组的所有聊天消息
-
Constructor
—
public method in class $UI/chat/base/js/impl
-
构造函数
-
DeleteChat
—
public method in class Im
-
删除会话
-
DeleteMessage
—
public method in class Im
-
清空与联系人或群组的所有聊天消息
-
EditGroupAbout
—
public method in class Im
-
群主修改群介绍
-
EditGroupTitle
—
public method in class Im
-
群主修改群名称
-
EditMyAbout
—
public method in class Im
-
修改个人的介绍
-
EmojiParse
—
public method in class Im
-
解析emoji表情
-
ExistFriend
—
public method in class Im
-
判断组织中人员和登录人是否为好友关系
-
GetCurrentPerson
—
public method in class Im
-
获取当前登录人员的person对象
-
GetCurrentPersonID
—
public method in class Im
-
获取当前登录人员ID
-
GetGroup
—
public method in class Im
-
群组信息
-
GetGroupDefaultIcon
—
public method in class Im
-
获取群组默认头像
-
GetOrgDepts
—
public method in class Im
-
获取组织下的所有部门(需使用者自己实现)
-
GetOrgPersons
—
public method in class Im
-
获取组织下的所有人(需使用者自己实现)
-
GetPerson
—
public method in class Im
-
根据组织人员的uid取组织人员的person对象
-
GetPersonByUID
—
public method in class Im
-
根据组织人员的uid取组织人员的person对象
-
GetPersonDefaultIcon
—
public method in class Im
-
获取人员默认头像
-
GetUid
—
public method in class Im
-
得到登录人的uid
-
GetUser
—
public method in class Im
-
得到联系人信息
-
InviteMember
—
public method in class Im
-
邀请群成员
-
IsLoggedIn
—
public method in class Im
-
组织人员增加时,增加组织人员的前端person对象数组
-
KickMember
—
public method in class Im
-
群主删除群成员
-
Login
—
public method in class Im
-
登录X5逻辑,登录成功后保存成功信息
-
LoginActor
—
public method in class Im
-
登录dangchat-server,组织人员第一次登录时,组织人员在dangchat-server中注册并返回注册人员的uid
-
Logout
—
public method in class Im
-
登出X5逻辑,dangchat-server没有退出,次方法中将本地缓存清空,实现dangchat-server退出
-
MessageParse
—
public method in class Im
-
消息解析,根据消息的类型对消息进行处理,展示不同的形式。图片、声音等。
-
OnChatEnd
—
public method in class Im
-
获取更多消息。调用一次推二十条历史消息
-
OnConversationClosed
—
public method in class Im
-
关闭与联系人的链接,离开消息页面时要关闭,否则进入新会话页面时不会清空会话列表中的未读消息数。
-
OnConversationOpen
—
public method in class Im
-
打开与联系人的链接,将会话列表中的未读消息数设置为零
-
OnDialogsEnd
—
public method in class Im
-
获取更多会话。调用一次推二十条历史会话
-
OnLoggedIn
—
public method in class Im
-
登录X5成功后派发的事件"onLoggedIn"
-
Peer
—
class in namespace Im
-
-
Person
—
class in namespace Im
-
-
RegPerson
—
public method in class Im
-
注册功能,帮助组织人员注册dangchat-server获取组织人员uid
-
SendClipboardPhotoMessage
—
public method in class Im
-
发送剪切板中图片
-
SendPhotoMessage
—
public method in class Im
-
发送图片消息
-
SendTextMessage
—
public method in class Im
-
发送文本消息
-
SendTextMessageToPerson
—
public method in class Im
-
发送消息(人员)
-
SendVoiceMessage
—
public method in class Im
-
发送音频消息
-
SetReady
—
public method in class Im
-
wex5铛铛新注册人员登录后选择组织,加入组织成功后进行注册并登录dangchat-server操作
-
UnbindDialogs
—
public method in class Im
-
解绑会话列表,断开推送
-
UnbindUserOnline
—
public method in class Im
-
解绑人员的在线状态
-
UpdateGroupShared
—
public method in class Im
-
群主的共享群设置,新加入群成员是否能够看到历史消息。