云旺OpenIM 1.9.7 API
A B C D E F G H I J L M N O P R S T U V Y 

A

accept(IWxCallback, long, String) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
同意加入群
ackAddContact(String, String, boolean, String, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
回应添加联系人好友请求
addBlackContact(String, String, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
添加到黑名单
addContact(String, String, String, String, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
添加联系人好友
addContactCacheUpdateListener(IYWContactCacheUpdateListener) - Method in class com.alibaba.mobileim.contact.IYWContactService
注册联系人缓存更新监听 具体方法请看 IYWContactCacheUpdateListener
addContactOperateNotifyListener(IYWContactOperateNotifyListener) - Method in class com.alibaba.mobileim.contact.IYWContactService
注册联系人操作事件通知 具体方法请看 IYWContactOperateNotifyListener
addConversationListener(IYWConversationListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
增加会话记录变更监听,包含新增、删除,会话中的数据有变更等
addLoginAccount(String) - Static method in class com.alibaba.mobileim.YWAPI
NOT FOR OPENIM
addMessageListener(IYWMessageListener) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
增加消息列表中的的消息变更监听回调,该接口主要用于消息列表变更时,主动通知UI层更新adapter,以便将最新的消息展现给用户 具体使用方法可以参考demo ChattingActivity.java
addP2PPushListener(IYWP2PPushListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
注册单聊新消息通知监听
addProfileUpdateListener(IContactProfileUpdateListener) - Method in class com.alibaba.mobileim.contact.IYWContactService
添加用户Profile更新监听
addPushListener(IYWPushListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
注册新消息通知监听
addPushListener(PushListener) - Static method in class com.alibaba.mobileim.YWAPI
设置push消息监听
addTotalUnreadChangeListener(IYWConversationUnreadChangeListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
添加针对全部会话的总体未读消息数变化的监听器
addTribeListener(IYWTribeChangeListener) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
注册群变更监听 具体方法请看 IYWTribeChangeListener
addTribePushListener(IYWTribePushListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
注册群聊新消息通知监听
addUnreadChangeListener(IYWConversationUnreadChangeListener) - Method in class com.alibaba.mobileim.conversation.YWConversation
添加未读消息数变化的监听,该方法必选在登录成功之后调用
aliInit(Application, String, String) - Static method in class com.alibaba.mobileim.YWAPI
 
asynchronousSyncContactsToCacheAndDB(List<IYWDBContact>, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
异步地将联系人好友同步到云旺的Cache和DB

B

blockAtMessage(YWTribe, IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
关闭@消息提醒
blockTribe(YWTribe, IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
屏蔽群

C

cancelTribeManager(IWxCallback, long, String) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
取消管理员权限
checkHasUnreadAtMsgs(Context, YWConversation, IWxCallback) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
检查是否有未读的@消息
chgContactRemark(String, String, String, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
修改联系人好友备注名
clearAllContactInfoCache() - Method in class com.alibaba.mobileim.contact.IYWContactService
清除用户Profile信息(昵称、头像等)的缓存
clearContactInfoCache(String, String) - Method in class com.alibaba.mobileim.contact.IYWContactService
清除某个指定用户Profile信息(昵称、头像等)的缓存
clearTribeSystemMessages(long) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
删除某一个群的系统消息
clearTribeSystemMessages() - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
清空群消息
com.alibaba.mobileim - package com.alibaba.mobileim
 
com.alibaba.mobileim.aop.custom - package com.alibaba.mobileim.aop.custom
 
com.alibaba.mobileim.channel.event - package com.alibaba.mobileim.channel.event
 
com.alibaba.mobileim.contact - package com.alibaba.mobileim.contact
 
com.alibaba.mobileim.conversation - package com.alibaba.mobileim.conversation
 
com.alibaba.mobileim.gingko.model.tribe - package com.alibaba.mobileim.gingko.model.tribe
 
com.alibaba.mobileim.login - package com.alibaba.mobileim.login
 
com.alibaba.mobileim.tribe - package com.alibaba.mobileim.tribe
 
createAPPContact(String, String) - Static method in class com.alibaba.mobileim.contact.YWContactFactory
创建一个跨站联系的联系人
createAPPContactImpl(String, String) - Static method in class com.alibaba.mobileim.contact.YWContactFactory
创建一个跨站联系的联系人
createAudioMessage(String, int, int, String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建语音消息
createAutoReplyRsp(String, JSONObject, String, String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
NOT FOR OPENIM 创建云端自动回复响应消息
createCardMessage(String, String, String, String, String, int) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
NOT FOR OPENIM 创建贺卡消息
createConversation(EServiceContact) - Method in class com.alibaba.mobileim.conversation.YWConversationCreater
创建客服会话
createConversationIfNotExist(String) - Method in class com.alibaba.mobileim.conversation.YWConversationCreater
如果当前没有与某个聊天对象的会话记录,则创建一个,如果有将当前的聊天会话记录返回 该方法必须在UI主线程调用
createConversationIfNotExist(IYWContact) - Method in class com.alibaba.mobileim.conversation.YWConversationCreater
如果当前没有与某个聊天对象的会话记录,则创建一个,如果有将当前的聊天会话记录返回 若targetContact中的appKey错误,则该方法返回null,因此用户使用此方法时,一定要判断返回值是否为空,以免出现空指针引用 该方法必须在UI主线程调用
createCustomConversation(String, YWConversationType) - Method in class com.alibaba.mobileim.conversation.YWConversationCreater
创建自定义会话
createCustomMessage(YWMessageBody) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建自定义消息协议的单聊消息
createGeoMessage(double, double, String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建地理位置消息
createGoodsFocusMessage(String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建宝贝焦点消息,该消息不会显示在UI,该消息仅用于足迹功能
createImageMessag(String, String, int, int, int, String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
createImageMessage(String, String, int, int, int, String, YWEnum.SendImageResolutionType) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建图片消息
createImageMessage(String, String, int, int, int, String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
createIMCore() - Static method in class com.alibaba.mobileim.YWAPI
Deprecated. 
createIMCore(YWAccountType) - Static method in class com.alibaba.mobileim.YWAPI
Deprecated. 
createIMCore(String, String) - Static method in class com.alibaba.mobileim.YWAPI
创建一个YWIMCore实例,该方法仅针对使用IMCore集成的开发者,使用IMKit集成的开发者请使用YWIMKit.getIMCore()获取YWIMCore实例;
createLocalSystemMessage(String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建本地系统消息
createOrderFocusMessage(String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建订单消息,该消息不会显示在UI,仅用户足迹功能
createProfileCardMessage(String, String, String, String, String, int) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
NOT FOR OPENIM 创建名片消息
createShareMessage(IShareMsg) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
NOT FOR OPENIM
createTBGifMessage(String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
NOT FOR OPENIM 创建淘公仔消息, 非淘系的账号体系不要调用该接口
createTemplateMessage(String, String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
 
createTextMessage(String) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建文本消息
createTradeFocusMessage(String, String, String, int, long) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
NOT FOR OPENIM 创建交易焦点的消息
createTribe(IWxCallback, String, String, List<String>) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
Deprecated.
该方法已废弃,后续请使用createTribe(IWxCallback, YWTribeCreationParam)
createTribe(IWxCallback, YWTribeCreationParam) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
创建群
createTribeAtMessage(String, List<String>, int) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建一条群@消息
createTribeAtMessageForWangXin(String, List<String>, int) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
NOT FOR OPENIM 创建一条群@消息
createTribeAtMessageWithNick(String, List<HashMap<String, String>>, int) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
Deprecated.
createTribeAtMessageWithNick(List<YWTribeMember>, String, int) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建一条带@群昵称的群@消息
createTribeAtMessageWithNickForWangXin(String, List<HashMap<String, String>>, int) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
NOT FOR OPENIM 创建一条带@群昵称的群@消息
createTribeConversation(long) - Method in class com.alibaba.mobileim.conversation.YWConversationCreater
创建群会话
createTribeCustomMessage(YWMessageBody) - Static method in class com.alibaba.mobileim.conversation.YWMessageChannel
创建自定义消息协议的群消息

D

delContact(String, String, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
删除联系人好友
deleteAllConversation() - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
删除所有的会话记录,并清空消息 该方法必须在UI主线程调用
deleteAllMessage() - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
删除会话中的所有消息记录 该方法必须在ui主线程调用
deleteConversation(YWConversation) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
删除某一条会话记录,并清空消息 该方法必须在UI主线程调用
deleteMessage(YWMessage) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
删除会话中的某一条消息记录 该方法必须在ui主线程调用
description - Variable in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeCheckMode
群验证模式的描述
description - Variable in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeRole
群成员角色描述
disbandTribe(IWxCallback, long) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
解散群
downloadFile(YWMessage, String, String, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWFileManager
下载某一条消息中的文件记录 图片消息会下载图片的预览图,即YWImageMessageBody#getContent()
语音消息会下载语音文件,即YWAudioMessageBody#getContent() 请在异步线程调用该方法!!!
downloadFile(String, String, String, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWFileManager
下载某一个文件记录到本地 该文件地址必须是云旺服务器提供的url地址。 或者文件的头文件中包含ContentLength或Content-Length 请在异步线程调用该方法!!!

E

enableBlackList() - Static method in class com.alibaba.mobileim.contact.IYWContactService
开启黑名单功能,如果需要使用黑名单功能,请务必调用该方法,否则黑名单功能无效
enableDoubleClickEnlargeMessageText(Fragment) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
 
enableSDKLogOutput(boolean) - Static method in class com.alibaba.mobileim.YWAPI
关闭与开启SDK的LOG输出
enableSearchConversations(Fragment) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
定制会话列表页面是否需要会话搜索栏及其功能,默认关闭搜索会话功能
exitFromTribe(IWxCallback, long) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
主动退出群
expelMember(IWxCallback, long, String) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
踢除群中的某些人

F

fetchUserProfile(List<String>, String, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取带域profile信息
fetchUserProfiles(List<String>, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取当前域用户的profile信息

G

getAllTribes() - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
从本地获取群列表
getAllTribesFromServer(IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
从服务器获取群列表, 获取到的对象仅仅包含群ID和群名称
getAllUnreadCount() - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
获取所有会记录的未读总数 该方法必须在UI主线程调用
getAppKey() - Method in interface com.alibaba.mobileim.contact.IYWContact
获取appKey
getAppName() - Method in class com.alibaba.mobileim.aop.custom.IMNotification
获取通知栏显示Title
getAtFlag() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息的atFlag
getAtFlag() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
返回群@消息设定值
getAtMsgAckUid() - Method in class com.alibaba.mobileim.conversation.YWMessage
标识是哪个用户发送的已读确认
getAtMsgAckUUid() - Method in class com.alibaba.mobileim.conversation.YWMessage
标识是对那条@消息的已读确认
getAtMsgInConversation(String, int) - Method in class com.alibaba.mobileim.conversation.YWConversation
获取当前用户在该回话的所有@消息
getAtMsgList(Context, List<YWConversation>, int, IWxCallback) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
获取每个会话的@消息列表
getAtMsgReadUnReadCount(List<YWMessage>, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
获取@消息的已读未读数
getAtMsgReadUnReadCount(YWMessage, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
获取单条@消息的已读未读数
getAtMsgReadUnreadList(YWMessage, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
Deprecated. 
getAtMsgReadUnreadTribeMemberList(YWMessage, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
获取某条@消息的已读未读列表
getAuthorAppkey() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息发送者所属的应用
getAuthorId() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息发送者的长Id
getAuthorUserId() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息的作者userId
getAuthorUserName() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息的作者显示名称
getAvatarPath() - Method in interface com.alibaba.mobileim.contact.IYWContact
聊天对象头像的http地址
getChattingActivityIntent(String, String) - Method in class com.alibaba.mobileim.YWIMKit
获取打开默认聊天页面的intent, 获取到该intent后,可以根据自身产品需要增加对应的flag等。然后调用 Activity#startActivity(Intent)
getChattingActivityIntent(EServiceContact) - Method in class com.alibaba.mobileim.YWIMKit
获取打开默认聊天页面的intent, 获取到该intent后,可以根据自身产品需要增加对应的flag等。然后调用 Activity#startActivity(Intent)
getChattingActivityIntent(String) - Method in class com.alibaba.mobileim.YWIMKit
Deprecated.
该方法已废弃,后续请使用YWIMKit.getChattingActivityIntent(String, String)
getChattingBackgroundResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
设置背景图片的资源文件
getChattingFragment(String, String) - Method in class com.alibaba.mobileim.YWIMKit
获取默认聊天页面的fragment
getChattingFragment(EServiceContact) - Method in class com.alibaba.mobileim.YWIMKit
获取打开默认群聊页面的fragment
getChattingFragment(String) - Method in class com.alibaba.mobileim.YWIMKit
Deprecated.
该方法已废弃,后续请使用YWIMKit.getChattingFragment(String, String)
getChattingFragmentClass() - Method in class com.alibaba.mobileim.YWIMKit
 
getChattingFragmentCustomViewAdvice(Fragment, Intent) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
NOT FOR OPENIM
getContactHeadClickCallback() - Method in class com.alibaba.mobileim.contact.IYWContactService
NOT FOR OPENIM 获得头像点击的回调
getContactProfileCallback() - Method in class com.alibaba.mobileim.contact.IYWContactService
NOT FOR OPENIM 获取当前设置的profile信息回调
getContactProfileInfo(String, String) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取用户昵称和头像信息,如果用户通过setContactProfileCallback或者setCrossContactProfileCallback 方法设置了callback,此方法会直接调用用户设置的回调。如果没有设置,则SDK会向服务器做请求处理
getContactProfileInfos(List<String>, String) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取用户昵称和头像信息,如果用户通过setContactProfileCallback或者setCrossContactProfileCallback 方法设置了callback,此方法会直接调用用户设置的回调。如果没有设置,则SDK会向服务器做请求处理
getContactsChangeTimeStamp() - Method in class com.alibaba.mobileim.contact.IYWContactService
获取当前联系人变化的时间戳(每次变化的时候都会更新,用于主动比较是否需要更新联系人UI,主动更新UI)
getContactService() - Method in class com.alibaba.mobileim.YWIMCore
获取联系人管理器
getContactService() - Method in class com.alibaba.mobileim.YWIMKit
获取联系人管理器
getContactsFragment() - Method in class com.alibaba.mobileim.YWIMKit
获取联系人页面的fragment
getContactsFragmentClass() - Method in class com.alibaba.mobileim.YWIMKit
 
getContactsFromCache() - Method in class com.alibaba.mobileim.contact.IYWContactService
从cache获取联系人好友(由于不同账号的DB不同,因此无需担心串号问题)
getContent() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息内容
getConversation(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
Deprecated.
该方法已废弃,后续请使用IYWConversationService.getConversationByUserId(String)
getConversation(long) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
Deprecated.
该方法已废弃,后续请使用IYWConversationService.getTribeConversation(long)
getConversation(EServiceContact) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
与某个聊天对象的会话记录
getConversationActivityIntent() - Method in class com.alibaba.mobileim.YWIMKit
获取打开最近联系人列表页面的intent,获取到该intent后,可以根据自身产品需要增加对应的flag等。然后调用 Activity#startActivity(Intent)
getConversationBody() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取会话详情信息, 可以根据会话类型将YWConversationBody强转为YWP2PConversationBodyYWTribeConversationBody或者YWCustomConversationBody
getConversationByConversationId(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
获取某个会话记录 该方法必须在UI主线程调用
getConversationById(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
Deprecated.
getConversationByUserId(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
获取与某个聊天对象的会话记录,仅限同域的联系人会话,跨域联系人的会话请参考IYWConversationService.getConversationByUserId(java.lang.String) 该方法必须在UI主线程调用
getConversationByUserId(String, String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
获取与某个聊天对象的会话记录,支持跨域联系人的获得 该方法必须在UI主线程调用
getConversationCreater() - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
获取会话的创建器
getConversationDefaultHead(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListOperation
返回自定义会话的默认头像 如返回 本地的 R.drawable.test
getConversationFragment() - Method in class com.alibaba.mobileim.YWIMKit
 
getConversationFragmentClass() - Method in class com.alibaba.mobileim.YWIMKit
 
getConversationHeadPath(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListOperation
返回自定义会话的头像url
getConversationId() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取会话id
getConversationId() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息所属会话id
getConversationItemClickIntent(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListOperation
getConversationList() - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
获取当前登录用户所有的聊天会话,该列表只做只做只读用途,请勿自行往集合中增删东西,请通过云旺提供的api进行增删 该方法必须在UI主线程调用
getConversationName(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListOperation
返回自定义会话的名称
getConversationService() - Method in class com.alibaba.mobileim.YWIMCore
获取会话相关服务
getConversationService() - Method in class com.alibaba.mobileim.YWIMKit
获取会话管理器
getConversationType() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取会话类型
getCrossContactProfileCallback() - Method in class com.alibaba.mobileim.contact.IYWContactService
NOT FOR OPENIM 获取当前设置的跨域消息互通profile信息回调
getCurrentUser() - Static method in class com.alibaba.mobileim.YWAPI
NOT FOR OPENIM
getCustomAlbumReplyBarItem() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
返回自定义的照片选择Item,开发者通过该方法可以实现修改照片选择ReplyBarItem的Icon和文案
getCustomAtMsgTabIndicatorColorId() - Method in class com.alibaba.mobileim.aop.custom.IMTribeAtPageUI
返回自定义Tab选项卡Indicator的颜色资源Id
getCustomAtMsgTabTextColorId() - Method in class com.alibaba.mobileim.aop.custom.IMTribeAtPageUI
设置自定义Tab Indicator的颜色值,请使R.color.xxx格式的颜色Id传值 如果想要设置选中和非选中文字效果,请使用selector类型的R.color.xxx格式
getCustomBackgroundResId() - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
自定义会话列表页面背景
getCustomChattingInputEditTextHeight() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回自定义聊天窗口消息输入框的高度
getCustomChattingReplyBarHeight() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回自定义聊天窗口底部消息发送框的高度
getCustomConversation(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
获取自定义会话
getCustomConversationByConversationId(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
根据会话Id查询自定义会话
getCustomConversationListTitle(Fragment, Context, LayoutInflater) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
自定义会话列表标题栏
getCustomEmptyViewInConversationUI(Context) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
自定义会话列表空白页面,即最近会话个数为0时的页面
getCustomGeoMessageView(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
Deprecated. 
getCustomItemView(Fragment, YWConversation, View, int, YWContactHeadLoadHelper, ViewGroup) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
根据viewType获取自定义view
getCustomItemViewType(YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
当前消息对应的自定义view类型
getCustomItemViewTypeCount() - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
自定义消息view种类数
getCustomLeftLinkTextColorId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回自定义的接收消息超链接文字颜色的资源Id
getCustomLeftTextColorId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回收到消息的文字颜色
getCustomMessageView(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
Deprecated. 
getCustomMessageViewWithoutHead(Fragment, YWMessage, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
Deprecated. 
getCustomNotificationIntent(YWConversation, YWMessage, int) - Method in class com.alibaba.mobileim.aop.custom.IMNotification
收到消息时的自定义通知栏点击Intent
getCustomNotificationIntent(Intent, YWConversation, YWMessage, int) - Method in class com.alibaba.mobileim.aop.custom.IMNotification
 
getCustomPhotoReplyBarItem() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
返回自定义的拍照Item,开发者通过该方法可以实现修改拍照ReplyBarItem的Icon和文案
getCustomRecAtMsgTabIndicatorImageSrcId() - Method in class com.alibaba.mobileim.aop.custom.IMTribeAtPageUI
返回自定义"我收到的@"消息Tab选项卡Icon资源Id
getCustomRightLinkTextColorId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回自定义的发送消息的超链接文字颜色的资源Id
getCustomRightTextColorId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回自己发送的文字颜色
getCustomSendAtMsgTabIndicatorImageSrcId() - Method in class com.alibaba.mobileim.aop.custom.IMTribeAtPageUI
返回自定义"我发出的@"消息Tab选项卡Icon资源Id
getCustomTitle(Fragment, Context, LayoutInflater) - Method in class com.alibaba.mobileim.aop.custom.IMContactsUI
返回联系人列表自定义标题
getCustomTitle(Activity, Context, LayoutInflater) - Method in class com.alibaba.mobileim.aop.custom.IMSelectTribeAtMemeberPageUI
返回自定义title
getCustomTitle(Activity, Context, LayoutInflater) - Method in class com.alibaba.mobileim.aop.custom.IMTribeAtPageUI
返回自定义title
getCustomTitle(Fragment, Context, LayoutInflater) - Method in class com.alibaba.mobileim.aop.custom.IMTribeAtPageUI
返回自定义title
getCustomTitleView(Fragment, Context, LayoutInflater, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
聊天窗口的自定义标题 的view
getCustomTopConversationColor() - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
返回自定义置顶回话的背景色
getCustomUrlView(Fragment, YWMessage, String, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
获取url对应的自定义view,当openIM发送或者接收到url消息时会回调该方法获取该url的自定义view。若开发者实现了该方法并且返回了一个view对象,openIM将会使用该view展示对应的url消息。
getCustomView(Fragment, YWMessage, View, int, YWContactHeadLoadHelper) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
根据viewType获取自定义view
getCustomView(Context, YWConversation, View, ViewGroup) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
返回自定义会话节点view
getCustomViewConversationByConversationId(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
根据会话Id查询自定义View的会话
getCustomViewType(YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
当前消息对应的自定义view类型
getCustomViewTypeCount() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
自定义消息view种类数
getDefaultHeadImageResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回默认头像资源Id
getDefaultRoomHeadImageResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回讨论组默认图标资源Id
getDefaultTribeHeadImageResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回群默认图标资源Id
getDeveloperDefineContactProfileCallback() - Method in class com.alibaba.mobileim.contact.IYWContactService
NOT FOR OPENIM 获取当前开发者设置的本地profile信息回调
getDeveloperDefineCrossContactProfileCallback() - Method in class com.alibaba.mobileim.contact.IYWContactService
NOT FOR OPENIM 获取当前开发者设置的本地跨域消息互通profile信息回调
getEnumDescription(String) - Static method in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeRole
根据群成员角色描述获取对应的YWTribeRole对象
getEnumType(int) - Static method in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeCheckMode
根据群验证模式的类型获取对应的YWTribeCheckMode 对象
getEnumType(int) - Static method in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeRole
根据群成员角色类型获取对应的YWTribeRole对象
getErrorDescription(int) - Static method in class com.alibaba.mobileim.login.YWLoginCode
 
getExpandViewCheckedBgResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回"+号"按钮选中图标背景资源Id
getExpandViewUnCheckedBgResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回"+号"按钮取消选中图标背景资源Id
getFaceViewBgResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回表情按钮图标背景资源Id
getFastReplyResId(YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
NOT FOR OPENIM
getGoneViewWhenSendBtnVisible() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回当发送按钮显示时需要隐藏的按钮
getGoodsInfoFromUrl(Fragment, YWMessage, String, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
获取url对应的商品详情信息,当openIM发送或者接收到url消息时会首先调用IMChattingPageOperateion.getCustomUrlView(Fragment, YWMessage, String, YWConversation), 若getCustomUrlView()返回null,才会回调调用该方法获取商品详情,若getCustomUrlView()返回非null的view对象,则直接用此view展示url消息,不再回调该方法。因此,如果希望该方法被调用, 请确保IMChattingPageOperateion.getCustomUrlView(Fragment, YWMessage, String, YWConversation)返回null。
getHasSend() - Method in class com.alibaba.mobileim.conversation.YWMessage
消息是否发送成功
getImageSavePath(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
自定义图片的本地保存地址
getIMCore() - Method in class com.alibaba.mobileim.YWIMKit
获取YWIMCore实例
getIMKitInstance() - Static method in class com.alibaba.mobileim.YWAPI
Deprecated. 
getIMKitInstance(YWAccountType) - Static method in class com.alibaba.mobileim.YWAPI
Deprecated. 
getIMKitInstance(String, String) - Static method in class com.alibaba.mobileim.YWAPI
获取YWIMKit实例
getIsLocal() - Method in class com.alibaba.mobileim.conversation.YWMessage
 
getKeyboardViewBgResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回键盘按钮图标资源Id
getLastestMessage() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取最近一条消息
getLatestContent() - Method in class com.alibaba.mobileim.conversation.YWConversation
最新最近一条消息的内容
getLatestMessageAuthorAppKey() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取会话中最后一条消息发送者的AppKey
getLatestMessageAuthorId() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取会话中最后一条消息发送者ID
getLatestTime() - Method in class com.alibaba.mobileim.conversation.YWConversation
Deprecated.
getLatestTimeInMillisecond() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取最近聊天的时间
getLatestUnreadAtMsg() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取该会话中最近一条未读@消息
getLeftCustomMsgBackgroundResId(YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getLeftGeoMsgBackgroundResId(YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getLeftImageMsgBackgroundResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getLeftTextMsgBackgroundResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getLoginAccountList() - Static method in class com.alibaba.mobileim.YWAPI
 
getLoginAccountList() - Method in class com.alibaba.mobileim.YWIMKit
NOT FOR OPENIM,该方法不对ISV开放,请开发者忽略该方法 获取已登录的账号列表
getLoginService() - Method in class com.alibaba.mobileim.YWIMCore
获取登录service
getLoginService() - Method in class com.alibaba.mobileim.YWIMKit
获取登录管理器
getLoginState() - Method in class com.alibaba.mobileim.YWIMCore
获取云旺当前的登录状态
getLoginUserId() - Method in class com.alibaba.mobileim.YWIMCore
 
getLongClickMenuList(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListOperation
getMasterId() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
NOT FOR OPENIM 获取群主
getMemberCount() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
获取群成员个数
getMembers(IWxCallback, long) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
从本地获取群成员列表
getMembersFromServer(IWxCallback, long) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
从服务端获取旺旺群成员列表
getMessageBody() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息结构体
getMessageLoader() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取消息加载api
getMessageSender() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取消息发送api
getMsgBackgroundResId(YWConversation, YWMessage, boolean) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
设置消息气泡背景图,需要.9图
getMsgId() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息id
getMsgReadedStatusFromServer(YWMessage, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
获取消息已读状态,如果是已经读过,会自动将消息设置为已读状态
getMsgReadedStatusFromServer(List<YWMessage>, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
获取消息已读状态,如果是已经读过,会自动将传入的消息的状态修改为已读
getMsgReadStatus() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息是否真正被读过(即出现在接收方的屏幕中)
getMsgRecFlagForContact(IYWContact) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取针对某一联系人contact的消息接收配置
getMsgRecFlagForContact(String, String) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取针对某一联系人contact的消息接收配置,适用于调用时无法获取联系人IYWContact对象
getMsgRecFlagForContactFromServer(String, String, int, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取针对某一联系人contact的消息接收配置,适用于调用时无法获取联系人IYWContact对象
getMsgRecType() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
返回该群消息设定值
getMultiAccountIMKitMap() - Static method in class com.alibaba.mobileim.YWAPI
NOT FOR OPENIM
getMySelfInfoInTribe(long, IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
 
getNeedPush() - Method in class com.alibaba.mobileim.conversation.YWPushInfo
 
getNotificationIconResID() - Method in class com.alibaba.mobileim.aop.custom.IMNotification
获取通知栏图标Icon
getNotificationSoundResId() - Method in class com.alibaba.mobileim.aop.custom.IMNotification
返回自定义提示音资源Id
getNotificationTips(YWConversation, YWMessage, int) - Method in class com.alibaba.mobileim.aop.custom.IMNotification
收到消息时,自定义消息通知栏的提示文案
getPullToRefreshEnabled() - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
是否开启下拉刷新功能,默认开启
getPushCustomContent() - Method in class com.alibaba.mobileim.conversation.YWPushInfo
 
getPushSound() - Method in class com.alibaba.mobileim.conversation.YWPushInfo
 
getPushTitle() - Method in class com.alibaba.mobileim.conversation.YWPushInfo
 
getReadCount() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取@消息的已读人数
getRecentConversations(int, boolean, boolean, IWxCallback) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
获取最近联系人,该列表只做只读用途, 该方法必须在UI主线程调用
getRecordResId(YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
NOT FOR OPENIM
getReplybarItems(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
获取用户定制的聊天窗口回复栏内的item列表
getRichContentContact(String, String) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取带有更丰富信息的联系人实例(如联系人备注,如联系人Profile信息等)
getRightCustomMsgBackgroundResId(YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getRightGeoMsgBackgroundResId(YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getRightImageMsgBackgroundResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getRightTextMsgBackgroundResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getRoundRadiusDps() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
设置聊天界面图片圆角的边角半径的长度(单位:dp)
getRoundRectRadius() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回设置圆角矩形的圆角半径大小
getSendButtonBgId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回发送按钮背景资源Id
getSendImageResolutionType() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取该[消息]发送时图片的清晰度类型
getShowName() - Method in interface com.alibaba.mobileim.contact.IYWContact
聊天对象的显示名称
getSubType() - Method in class com.alibaba.mobileim.conversation.YWMessage
消息的类型,如果碰到不在YWMessage.SUB_MSG_TYPE中定义的消息,可能碰到新版本发送的消息类型,此时可进行应用版本的提示升级
getTime() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息时间
getTimeInMillisecond() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取消息时间
getTipsForSendingMsgToBlackContact(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
聊天窗口一些通用的文案定制
getTribe(long) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
获取单个群 从缓存中获取单个群,如果缓存中不存在该群,则返回null
getTribeChattingActivityIntent(long) - Method in class com.alibaba.mobileim.YWIMKit
获取打开默认群聊页面的intent, 获取到该intent后,可以根据自身产品需要增加对应的flag等。然后调用 Activity#startActivity(Intent)
getTribeChattingFragment(long) - Method in class com.alibaba.mobileim.YWIMKit
获取打开默认群聊页面的fragment
getTribeCheckMode() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
获取某个群的验证方式 YWTribeCheckMode
getTribeConversation(long) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
根据群ID,获取群会话
getTribeConversationHead(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
自定义群会话的头像
getTribeFromServer(IWxCallback, long) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
从服务器获取单个群信息,获取成功后,会更新缓存和数据库中的信息
getTribeIcon() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
获取群图标
getTribeId() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
获取群ID号
getTribeMemberNickFromServer(long, List<String>, String, IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
获取群成员昵称
getTribeName() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
获取群名称
getTribeNotice() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
获取群公告,首次调用,需要先调用getTribeFromServer(com.alibaba.mobileim.channel.event.IWxCallback, long)获取群信息
getTribeRole() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
获取当前登录用户在该群的角色
getTribeService() - Method in class com.alibaba.mobileim.YWIMCore
获取群相关的服务
getTribeService() - Method in class com.alibaba.mobileim.YWIMKit
获取群管理器
getTribesMsgRecSettingsFromServer(List<Long>, int, IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
从服务端查询群消息接收状态
getTribeSystemMessages(IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
从本地数据库获取群系统消息
getTribeType() - Method in interface com.alibaba.mobileim.gingko.model.tribe.YWTribe
获取群类型
getUnreadAtMsgInConversation(String) - Method in class com.alibaba.mobileim.conversation.YWConversation
获取当前用户在该会话中的未读@消息
getUnreadCount() - Method in class com.alibaba.mobileim.conversation.YWConversation
获取未读条数
getUnreadCount() - Method in class com.alibaba.mobileim.conversation.YWMessage
获取@消息的未读人数
getUserId() - Method in interface com.alibaba.mobileim.contact.IYWContact
聊天对象登陆在云旺的id
getValue() - Method in enum com.alibaba.mobileim.conversation.YWConversationType
获取会话类型枚举对应的int值
getValue() - Method in enum com.alibaba.mobileim.login.YWLoginState
 
getVoiceViewBgResId() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
返回语音按钮图标背景资源Id
getWXIMContact(String) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取聊天对象的信息
getWXIMContact(String, String) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取聊天对象的信息
getYWSDKGlobalConfig() - Static method in class com.alibaba.mobileim.YWAPI
NOT FOR OPENIM

H

hasUnreadAtMsg() - Method in class com.alibaba.mobileim.conversation.YWConversation
判断该会话中是否还有未读的@消息
hideCustomView() - Method in class com.alibaba.mobileim.YWIMKit
隐藏聊天窗口标题栏下方的自定义view

I

IM_AUDIO - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
语音消息
IM_AUTO_REPLY_RSP - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
云端自动回复消息的响应
IM_CARD - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
贺卡
IM_GEO - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
地理位置信息
IM_GIF - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
gif消息
IM_GOODS_TRADEFOCUS - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
商品详情交易焦点信息
IM_IMAGE - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
图片消息
IM_INPUT_STATUS - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
 
IM_ORDER_CHANGED - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
 
IM_ORDER_TRADEFOCUS - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
订单交易焦点信息
IM_P2P_CUS - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
单聊的自定义消息类型
IM_PROFILE_CARD - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
名片消息
IM_SHARE - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
分享的图文消息
IM_SYSTEM - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
系统消息非用户发送
IM_SYSTEM_TIP - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
系统提示信息,依附于用户发送的信息,不具备独立显示属性。比如用户发送的信息中有敏感词时的提示信息,不能在通知栏显示, 不能在会话列表作为最新消息显示
IM_TEMPLATE - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
统一模板消息
IM_TEXT - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
纯文本消息
IM_TICKET_TIP - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
 
IM_TRIBE_CUS - Static variable in class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
多人聊天的自定义消息类型
IMChattingPageOperateion - Class in com.alibaba.mobileim.aop.custom
自定义聊天窗口业务,具体使用方式请参考demo ChattingOperationCustomSample.java
IMChattingPageOperateion(Pointcut) - Constructor for class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
 
IMChattingPageUI - Class in com.alibaba.mobileim.aop.custom
自定义聊天窗口UI,具体使用方式请参考demo ChattingUICustomSample.java
IMChattingPageUI(Pointcut) - Constructor for class com.alibaba.mobileim.aop.custom.IMChattingPageUI
 
IMContactsUI - Class in com.alibaba.mobileim.aop.custom
Created by shuheng 2015-12-20 自定义联系人页面UI
IMContactsUI(Pointcut) - Constructor for class com.alibaba.mobileim.aop.custom.IMContactsUI
 
IMConversationListOperation - Class in com.alibaba.mobileim.aop.custom
自定义会话列表业务,具体使用方式请参考demo ConversationListOperationCustomSample.java
IMConversationListOperation(Pointcut) - Constructor for class com.alibaba.mobileim.aop.custom.IMConversationListOperation
 
IMConversationListUI - Class in com.alibaba.mobileim.aop.custom
自定义会话列表UI,具体使用方式请参考demo ConversationListUICustomSample.java
IMConversationListUI(Pointcut) - Constructor for class com.alibaba.mobileim.aop.custom.IMConversationListUI
 
IMNotification - Class in com.alibaba.mobileim.aop.custom
Created by mayongge on 15-9-23.
IMNotification(Pointcut) - Constructor for class com.alibaba.mobileim.aop.custom.IMNotification
 
IMSelectTribeAtMemeberPageUI - Class in com.alibaba.mobileim.aop.custom
Created by weiquanyun on 15/12/22.
IMSelectTribeAtMemeberPageUI(Pointcut) - Constructor for class com.alibaba.mobileim.aop.custom.IMSelectTribeAtMemeberPageUI
 
IMTribeAtPageUI - Class in com.alibaba.mobileim.aop.custom
Created by weiquanyun on 15/10/23.
IMTribeAtPageUI(Pointcut) - Constructor for class com.alibaba.mobileim.aop.custom.IMTribeAtPageUI
 
init(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
 
init(Application, String) - Static method in class com.alibaba.mobileim.YWAPI
初始化云旺
inviteMembers(IWxCallback, long, List<String>) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
主动发起邀请加入群
isAtMsgAck() - Method in class com.alibaba.mobileim.conversation.YWMessage
判断该条消息是否是@消息的已读确认
isAtMsgHasRead() - Method in class com.alibaba.mobileim.conversation.YWMessage
 
isBlackContact(String, String) - Method in class com.alibaba.mobileim.contact.IYWContactService
该用户是否在黑名单中
isBlackListEnable() - Static method in class com.alibaba.mobileim.contact.IYWContactService
黑名单功能是否已开启
isDataLoaded() - Method in class com.alibaba.mobileim.YWIMCore
判断基础数据有无初始化成功,比如最近会话列表
isNeedDrawIndicatorLine() - Method in class com.alibaba.mobileim.aop.custom.IMTribeAtPageUI
是否需要显示Tab选项卡选中时,Tab下方的标识线
isNeedRoundRectHead() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
是否需要圆角矩形的头像
isTop() - Method in class com.alibaba.mobileim.conversation.YWConversation
是否是置顶会话, 会话可置顶
isUseChattingCustomViewAdvice(Fragment, Intent) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
NOT FOR OPENIM
IWxCallback - Interface in com.alibaba.mobileim.channel.event
sdk异步请求统一回调接口
IYWConnectionListener - Interface in com.alibaba.mobileim.login
云旺的登陆状态回调
IYWContact - Interface in com.alibaba.mobileim.contact
联系人信息
IYWContactCacheUpdateListener - Interface in com.alibaba.mobileim.contact
联系人缓存更新回调,SDK使用方可以实现此接口来接收联系人缓存更新的监听 所有方法都在UI线程调用 SDK会自动处理这些事件,一般情况下,用户不需要监听这个事件
IYWContactHeadClickCallback - Interface in com.alibaba.mobileim.contact
Created by zhaoxu on 2015/10/13.
IYWContactOperateNotifyListener - Interface in com.alibaba.mobileim.contact
联系人相关操作通知回调,SDK使用方可以实现此接口来接收联系人操作通知的监听 所有方法都在UI线程调用 SDK会自动处理这些事件,一般情况下,用户不需要监听这个事件
IYWContactProfileCallback - Interface in com.alibaba.mobileim.contact
Deprecated.
该接口已废弃,后续请使用IYWCrossContactProfileCallback
IYWContactService - Class in com.alibaba.mobileim.contact
Created by floyd on 15-7-31.
IYWContactService() - Constructor for class com.alibaba.mobileim.contact.IYWContactService
 
IYWConversationListener - Interface in com.alibaba.mobileim.conversation
云旺聊天会话内容的变更监听
IYWConversationService - Interface in com.alibaba.mobileim.conversation
会话服务管理器
IYWConversationUnreadChangeListener - Interface in com.alibaba.mobileim.conversation
云旺聊天会话未读消息数变化的监听(对“全部会话监听”和“特定会话监听”两种场景均适用)
IYWCrossContactProfileCallback - Interface in com.alibaba.mobileim.contact
云旺依赖的个人profile获取回调
IYWLoginService - Interface in com.alibaba.mobileim
 
IYWMessageListener - Interface in com.alibaba.mobileim.conversation
云旺通知某个一聊天对象聊天的消息内容变更,使用IMKit集成的用户一般不会用到该接口,该接口在开发者自己做聊天页面的时候才会用到,具体使用发放请参考demo ChattingActivity.java
IYWP2PPushListener - Interface in com.alibaba.mobileim
云旺针对单聊新消息到达的监听
IYWTribePushListener - Interface in com.alibaba.mobileim
云旺针对群聊新消息到达的监听
IYWTribeService - Interface in com.alibaba.mobileim.tribe
新设计的接口,后续用户应该使用这个接口

J

joinTribe(IWxCallback, long) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
主动加入群
joinTribe(IWxCallback, long, YWTribeCheckMode, String) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
主动加入群(需要验证)

L

loadAllImageMessage(IWxCallback) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
加载会话中的所有的图片你消息记录,该接口主要用于图片联播功能。
loadAtMessages(int, IWxCallback) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
加载指定条数的@消息
loadAtMessages(YWMessage, int, IWxCallback) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
以某条消息为起始点加载指定条数@消息
loadAtMessages(YWMessage, int, int, IWxCallback) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
以某条消息为起始点加载指定条数@消息
loadMessage(int, IWxCallback) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
加载历史消息记录列表。消息记录的列表由云旺SDK维护,isv调用方需要作为只读用途,请勿在返回的消息列表中增删内容。 需要对列表操作请直接访问 YWConversation的相关接口。 在获取到消息列表,如果是图片语音等相关的文件消息,可以使用 YWFileManager来进行文件的辅助下载,也可以自行根据url地址进行下载。 推荐使用 YWFileManager,这样云旺SDK内部可对下载状态进行维护 如果是开发者自己开发聊天页面,应该使用该方法同步返回的List对象初始化adapter,切勿使用callback中的数据初始化adapter, 具体使用方式可以参考demo ChattingActivity.java
loadMoreMessage(int, IWxCallback) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
Deprecated.
该方法已废弃,后续请使用YWMessageLoader.loadMoreMessage(IWxCallback)
loadMoreMessage(IWxCallback) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
加载更多的消息记录列表,消息记录的列表由云旺SDK维护,,isv调用方需要作为只读用途,请勿往返回的消息列表中增删内容。 需要对列表操作请直接访问YWConversation的相关接口。 在调用该接口前,必须先调用YWMessageLoader.loadMessage(int, IWxCallback) 来完成第一批消息记录的加载。今后如果需要不断加载更多消息,只需不断调用该接口即可 如果是开发者自己开发聊天页面,调用该接口后不需要对消息列表做任何操作,我们会自动更新消息列表并回调IYWMessageListener.onItemUpdated(), 因此开发者只需要在聊天窗口页面调用YWMessageLoader.addMessageListener(IYWMessageListener)方法注册一个IYWMessageListener监听, 并在IYWMessageListener.onItemUpdated()中更新adapter即可,具体使用方法可以参考demo ChattingActivity.java
loadMsgContext(YWMessage, int, int, IWxCallback) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
加载message的上下文
login(String, String, long, IWxCallback) - Method in interface com.alibaba.mobileim.IYWLoginService
Deprecated.
该方法已废弃,后续请使用IYWLoginService.login(YWLoginParam, IWxCallback)
login(String, String, YWPwdType, long, IWxCallback) - Method in interface com.alibaba.mobileim.IYWLoginService
Deprecated.
该方法已废弃,后续请使用IYWLoginService.login(YWLoginParam, IWxCallback)
login(YWLoginParam, IWxCallback) - Method in interface com.alibaba.mobileim.IYWLoginService
登陆到云旺服务器。当与服务器约定password发生变更时,需要重新调用该接口。 否则会导致云旺回调 请求登陆,调用此方法后,若网络连接断开,sdk会在后台以5秒轮询尝试登陆,尝试20次后,时间间隔会变长,但是不断的去尝试重登 IYWConnectionListener.onDisconnect(int, String)
LOGOFF_OK - Static variable in class com.alibaba.mobileim.login.YWLoginCode
登出成功
LOGON_FAIL_ALREADY_LOGININ - Static variable in class com.alibaba.mobileim.login.YWLoginCode
当前已经有账号登陆,请先登出
LOGON_FAIL_DISABLE_APPKEY - Static variable in class com.alibaba.mobileim.login.YWLoginCode
该isv的登陆能力被旺信服务端禁止
LOGON_FAIL_EXCEPTION - Static variable in class com.alibaba.mobileim.login.YWLoginCode
内部出现了异常
LOGON_FAIL_INVALIDPWD - Static variable in class com.alibaba.mobileim.login.YWLoginCode
密码错误或者token失效,
在调用YWAccount#login(String, String, long, com.alibaba.mobileim.channel.event.IWxCallback) 失败时,表明password输入错误
在调用IYWConnectionListener.onDisconnect(int, String)失败时, 表明password失效了,需要重新获取password来调用 YWAccount#login(String, String, long, com.alibaba.mobileim.channel.event.IWxCallback)
LOGON_FAIL_INVALIDUSER - Static variable in class com.alibaba.mobileim.login.YWLoginCode
用户不存在
LOGON_FAIL_KICKOFF - Static variable in class com.alibaba.mobileim.login.YWLoginCode
被其他终端踢下线
LOGON_FAIL_NOT_FIT_SERVER - Static variable in class com.alibaba.mobileim.login.YWLoginCode
登错服务器,需要引导到卖家版旺旺 登录错服务器 比如这个app不支持子账号登陆
LOGON_FAIL_OLD_VERSION - Static variable in class com.alibaba.mobileim.login.YWLoginCode
版本强制升级
LOGON_FAIL_OTHER_ERR - Static variable in class com.alibaba.mobileim.login.YWLoginCode
其它错误
LOGON_FAIL_SYSBLOCK - Static variable in class com.alibaba.mobileim.login.YWLoginCode
被系统禁止
LOGON_FAIL_TIME_OUT - Static variable in class com.alibaba.mobileim.login.YWLoginCode
登陆超时
LOGON_FAIL_UNKNOWN - Static variable in class com.alibaba.mobileim.login.YWLoginCode
未知登陆错误。包含子账号过期,二次验证,验证码逻辑等一系列不应该在云旺sdk中出现的错误
LOGON_OK - Static variable in class com.alibaba.mobileim.login.YWLoginCode
登陆成功
logout(IWxCallback) - Method in interface com.alibaba.mobileim.IYWLoginService
登出云旺服务器

M

markAllReaded() - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
将所有的消息记录置为已读 该方法必须在UI主线程调用
markReaded(YWConversation) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
将所有的消息记录置为已读 该方法必须在UI主线程调用
mCurrentUser - Static variable in class com.alibaba.mobileim.YWAPI
 
messageToSendWhenOpenChatting(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
当打开聊天窗口时,自动发送该字符串给对方
modifyLeftItemParentViewAfterSetValue(YWMessage, RelativeLayout, Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getView方法内,返回View之前,对[聊天界面的左边消息item的View]做最后调整。
modifyRightItemParentViewAfterSetValue(YWMessage, RelativeLayout, Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
getView方法内,返回View之前,对[聊天界面的右边消息item的View]做最后调整。
modifyTribeCheckMode(IWxCallback, long, int, String) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
Deprecated.
modifyTribeCheckMode(IWxCallback, long, YWTribeCheckMode, String) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
修改群的验证方式
modifyTribeInfo(IWxCallback, long, String, String) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
修改群名称和公告
modifyTribeUserNick(long, String, String, String, IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
修改用户userId的群昵称
MSG_READED_STATUS - Static variable in class com.alibaba.mobileim.conversation.YWMessage
消息已读标志
MSG_UNREADED_STATUS - Static variable in class com.alibaba.mobileim.conversation.YWMessage
消息未读标志

N

needHideChattingReplyBar() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
是否隐藏聊天窗口底部的消息发送框,默认为不隐藏
needHideFaceView() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
是否隐藏表情发送入口,默认不隐藏
needHideHead(int) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
是否需要隐藏头像
needHideNullNetWarn(Fragment) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
是否隐藏无网络提醒View
needHideTitleView(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
是否隐藏聊天窗口标题栏
needHideTitleView(Fragment) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
是否隐藏会话列表标题栏
needHideVoiceView() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
是否隐藏语音发送入口,默认不隐藏
needQuiet(YWConversation, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMNotification
是否开启免打扰模式,若开启免打扰模式则收到新消息时不发送通知栏提醒,只在会话列表页面显示未读数
needRoundChattingImage() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
设置是否需要将聊天界面的图片设置为圆角
needSound(YWConversation, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMNotification
收到通知栏消息时是否有声音提醒
needVibrator(YWConversation, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMNotification
收到通知栏消息时是否震动提醒
notifyContactProfileUpdate() - Method in class com.alibaba.mobileim.contact.IYWContactService
Deprecated.
notifyContactProfileUpdate(String, String) - Method in class com.alibaba.mobileim.contact.IYWContactService
通知个人Profile有更新,如果开发者是异步获取个人信息,获取成功后,请调用此方法, 让SDK及时刷新用户信息(昵称,头像)

O

onAcceptVerifyRequest(IYWContact) - Method in interface com.alibaba.mobileim.contact.IYWContactOperateNotifyListener
用户接受了你的好友请求 todo 该回调在UI线程回调 ,请勿做太重的操作
onActivityCreated(Bundle, Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
 
onActivityCreated(Bundle, Fragment) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
 
onBackPressed(Fragment) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
 
onConversationItemClick(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListOperation
Deprecated. 
onConversationItemLongClick(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListOperation
自定义长按会话事件
onConversationItemLongClick(Fragment, YWConversation, String) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListOperation
onCustomMessageClick(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
聊天窗口一些通用的文案定制
onCustomMessageLongClick(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
Deprecated. 
onDeleteOKNotify(IYWContact) - Method in interface com.alibaba.mobileim.contact.IYWContactOperateNotifyListener
用户从好友名单删除了您 todo 该回调在UI线程回调 ,请勿做太重的操作
onDenyVerifyRequest(IYWContact) - Method in interface com.alibaba.mobileim.contact.IYWContactOperateNotifyListener
用户拒绝了你的好友请求 todo 该回调在UI线程回调 ,请勿做太重的操作
onDestory() - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
 
onDestroy(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
 
onDestroy(Fragment) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
 
onDisconnect(int, String) - Method in interface com.alibaba.mobileim.login.IYWConnectionListener
与服务器连接断开,可能是密码失效,详见错误码YWLoginCode
onDisposeProfileHeadClick(Context, String, String) - Method in interface com.alibaba.mobileim.contact.IYWContactHeadClickCallback
点击头像时的处理逻辑
onError(int, String) - Method in interface com.alibaba.mobileim.channel.event.IWxCallback
异步调用失败
onFastReplyClick(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
NOT FOR OPENIM
onFetchContactInfo(String) - Method in interface com.alibaba.mobileim.contact.IYWContactProfileCallback
Deprecated.
同步获取profile信息,该接口在UI线程回调。请isv注意相关多线程问题 云旺使用场景中个人信息的展示不使用实时更新的机制。 在需要时回调该接口获取当前最新的用户信息。如果回调后用户信息发生变更,云旺 SDK在再次回调该接口前无法感知。 如果该处有相关体验问题,可联系云旺团队协商
onFetchContactInfo(String, String) - Method in interface com.alibaba.mobileim.contact.IYWCrossContactProfileCallback
同步获取profile信息,该接口在UI线程回调。请isv注意相关多线程问题 云旺使用场景中个人信息的展示不使用实时更新的机制,即该回调需要返回当前最新的用户信息。如果回调后用户信息发生变更,云旺 SDK再次回调该接口前无法感知。 如果该处有相关体验问题,可联系云旺团队协商
onFriendCacheUpdate(String, String) - Method in interface com.alibaba.mobileim.contact.IYWContactCacheUpdateListener
好友缓存发生变化(联系人备注修改、联系人新增和减少等),可以刷新使用联系人缓存的UI todo 该回调在UI线程回调 ,请勿做太重的操作
onGeoMessageClick(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
Deprecated. 
onGeoMessageLongClick(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
Deprecated. 
onImagePreviewTitleButtonClick(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
自定义图片预览页面顶部titlebar右侧按钮的点击行为。
onInputStatus(byte) - Method in interface com.alibaba.mobileim.conversation.IYWMessageListener
输入状态
onItemClick(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListOperation
自定义会话点击事件
onItemComing() - Method in interface com.alibaba.mobileim.conversation.IYWMessageListener
新消息通知
onItemUpdated() - Method in interface com.alibaba.mobileim.conversation.IYWConversationListener
会话有更新,例如新增会话,删除会话,会话指定
onItemUpdated() - Method in interface com.alibaba.mobileim.conversation.IYWMessageListener
消息内容变更通知
onMessageClick(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
定制点击消息事件, 每一条消息的点击事件都会回调该方法,开发者根据消息类型,对不同类型的消息设置不同的点击事件
onMessageLongClick(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
定制长按消息事件,每一条消息的长按事件都会回调该方法,开发者根据消息类型,对不同类型的消息设置不同的长按事件
onNumberClick(Activity, String, View) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
消息内容中数字串点击事件自定义,如果开发者自定义请返回true
onProgress(int) - Method in interface com.alibaba.mobileim.channel.event.IWxCallback
进度 0 - 100;
onPushMessage(IYWContact, YWMessage) - Method in interface com.alibaba.mobileim.IYWP2PPushListener
有未处理的聊天消息需要通知给用户 收到此消息时,可以调用Notification来发送消息通知
onPushMessage(YWTribe, YWMessage) - Method in interface com.alibaba.mobileim.IYWTribePushListener
群相关的消息回调
onReConnected() - Method in interface com.alibaba.mobileim.login.IYWConnectionListener
后台重新登录成功后的回调
onReConnecting() - Method in interface com.alibaba.mobileim.login.IYWConnectionListener
后台重新登录中的登录回调
onRecordItemClick(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
NOT FOR OPENIM
onReplyBarItemClick(Fragment, ReplyBarItem, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
用户定制的聊天窗口回复栏中内的item点击事件
onResume(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
 
onResume(Fragment) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
 
onShowProfileActivity(String, String) - Method in interface com.alibaba.mobileim.contact.IYWContactHeadClickCallback
Deprecated. 
onShowProfileActivity(String) - Method in interface com.alibaba.mobileim.contact.IYWContactProfileCallback
Deprecated.
获取isv用于打开个人页面的intent,云旺会在用户需要打开个人页面时回调该接口,并打开个人页面
onShowProfileActivity(String, String) - Method in interface com.alibaba.mobileim.contact.IYWCrossContactProfileCallback
onStart(Fragment, Intent, ChattingDetailPresenter) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
 
onSuccess(Object...) - Method in interface com.alibaba.mobileim.channel.event.IWxCallback
异步调用成功
onSyncAddOKNotify(IYWContact) - Method in interface com.alibaba.mobileim.contact.IYWContactOperateNotifyListener
云旺服务端(或其它终端)进行了好友添加操作 todo 该回调在UI线程回调 ,请勿做太重的操作
onUnreadChange() - Method in interface com.alibaba.mobileim.conversation.IYWConversationUnreadChangeListener
会话的未读消息数产生变化 如新消息到达、消息被阅读等
onUrlClick(Fragment, YWMessage, String, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
单聊ui界面,点击url的事件拦截 返回true;表示自定义处理,返回false,由默认处理
onVerifyAddRequest(IYWContact, String) - Method in interface com.alibaba.mobileim.contact.IYWContactOperateNotifyListener
用户请求加你为好友 todo 该回调在UI线程回调 ,请勿做太重的操作

P

processBitmapOfLeftImageMsg(Bitmap) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
用于更灵活地加工[左边图片消息]的Bitmap用于显示,SDK内部会缓存之,后续直接使用缓存的Bitmap显示。例如:对图像进行[裁减],[圆角处理]等等 重要:使用该方法时: 1.请将 IMChattingPageUI.needRoundChattingImage()设为return false(不裁剪圆角),两者是互斥关系 2.建议将IMChattingPageUI.getLeftImageMsgBackgroundResId()设为return-1(背景透明)
processBitmapOfRightImageMsg(Bitmap) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageUI
用于更灵活地加工[右边图片消息]的Bitmap用于显示,SDK内部会缓存之,后续直接使用缓存的Bitmap显示。例如:对图像进行[裁减],[圆角处理]等等 重要:使用该方法时: 1.请将 IMChattingPageUI.needRoundChattingImage()设为return false(不裁剪圆角),两者是互斥关系 2.建议将IMChattingPageUI.getRightImageMsgBackgroundResId()设为return-1(背景透明)

R

receiveNotAlertTribeMsg(YWTribe, IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
接收群消息但不提醒
registerContactsListener(IContactListListener) - Method in class com.alibaba.mobileim.contact.IYWContactService
Deprecated.
removeBlackContact(String, String, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
移出黑名单
removeContactCacheUpdateListener(IYWContactCacheUpdateListener) - Method in class com.alibaba.mobileim.contact.IYWContactService
移除联系人缓存更新监听 具体方法请看 IYWContactCacheUpdateListener
removeContactOperateNotifyListener(IYWContactOperateNotifyListener) - Method in class com.alibaba.mobileim.contact.IYWContactService
移除联系人操作事件通知 具体方法请看 IYWContactOperateNotifyListener
removeConversationListener(IYWConversationListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
移除会话记录变更监听
removeLoginAccount(String) - Static method in class com.alibaba.mobileim.YWAPI
NOT FOR OPENIM
removeMessageListener(IYWMessageListener) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
注销消息列表变更监听,与YWMessageLoader.addMessageListener(IYWMessageListener)配对使用 具体使用方法可以参考demo ChattingActivity.java
removeP2PPushListener(IYWP2PPushListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
注销单聊新消息通知监听
removeProfileUpdateListener(IContactProfileUpdateListener) - Method in class com.alibaba.mobileim.contact.IYWContactService
移除IYWContactService.addProfileUpdateListener(IContactProfileUpdateListener)添加的监听器,当不再需要该监听器时调用该方法移除
removePushListener(IYWPushListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
注销新消息通知监听
removeTopConversation(YWConversation) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
将当前会话取消置顶 该方法必须在UI主线程调用
removeTotalUnreadChangeListener(IYWConversationUnreadChangeListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
删除针对全部会话的总体未读消息数变化的监听器
removeTribeListener(IYWTribeChangeListener) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
移除群变更监听 具体方法请看 IYWTribeChangeListener
removeTribePushListener(IYWTribePushListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
注销群聊新消息通知监听
removeUnreadChangeListener(IYWConversationUnreadChangeListener) - Method in class com.alibaba.mobileim.conversation.YWConversation
删除未读消息数变化的监听

S

sendAtMsgReadAck(YWMessage, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
发送单条消息的已读确认
sendAtMsgReadAckBatch(List<YWMessage>, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
批量发送已读确认
sendMessage(YWMessage, long, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWMessageSender
向会话对应的聊天对象userId发送一条消息 该方法必须在ui主线程调用
setContactHeadClickCallback(IYWContactHeadClickCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
设置头像点击的回调事件
setContactMsgRecType(IYWContact, int, int, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
设置联系人消息接收类型
setContactProfileCallback(IYWContactProfileCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
setContent(String) - Method in class com.alibaba.mobileim.conversation.YWMessage
设置消息内容
setCrossContactProfileCallback(IYWCrossContactProfileCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
设置当前的跨域消息互通pprofile信息回调
setCustomTitleProgressBar(Fragment, View, boolean) - Method in class com.alibaba.mobileim.aop.custom.IMConversationListUI
通知调用方 消息接收的状态 (可选 ) 可以通过 fragment.getActivity() 拿到Context
setEnableCrashHandler(boolean) - Static method in class com.alibaba.mobileim.YWAPI
设置是否启用SDK的CrashHandler
setIsLocal(boolean) - Method in class com.alibaba.mobileim.conversation.YWMessage
设置当前消息是否为本地消息
setMemberRole(IWxCallback, long, String, int) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
setMessageLifeCycleListener(IYWMessageLifeCycleListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
设置发送消息生命周期回调监听
setMsgReadedStatusToServer(YWMessage, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
向服务器设置消息已读
setMsgReadedStatusToServer(List<YWMessage>, IWxCallback) - Method in class com.alibaba.mobileim.conversation.YWConversation
设置消息已读
setMsgReadStatus(int) - Method in class com.alibaba.mobileim.conversation.YWMessage
设置消息是否被读过(出现在接收方的屏幕中) 此设置仅仅是内存的修改
setPushInfo(YWPushInfo) - Method in class com.alibaba.mobileim.conversation.YWMessage
设置iOS APNS Push信息
setSendMessageToContactInBlackListListener(IYWSendMessageToContactInBlackListListener) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
 
setTopConversation(YWConversation) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
将当前会话置顶 该方法必须在UI主线程调用
setTribeManager(IWxCallback, long, String) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
设置为管理员
showCustomView(View) - Method in class com.alibaba.mobileim.YWIMKit
自定义聊天窗口标题栏下方自定义view,例如群聊窗口顶部的群消息屏蔽提示view
showDefaultBarItems(YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
是否显示默认的Item,照片,相册
switchAccount(String) - Method in class com.alibaba.mobileim.YWIMKit
NOT FOR OPENIM,该方法不对ISV开放,请开发者忽略该方法 切换账号
syncBlackContacts(IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
获取黑名单列表
syncContacts(IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
同步联系人好友
syncContactsOnlineStatus(List<IYWContact>, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
请求联系人在线状态
syncCrossContactsOnlineStatus(List<IYWContact>, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
NOT FOR OPENIM 请求跨域联系人在线状态
syncRecentConversations(IWxCallback) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
[同步最近会话]:从服务器获取最近20个联系人及每人对应会话的最近1条消息]

T

type - Variable in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeCheckMode
群验证模式的类型
type - Variable in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeRole
群成员角色类型

U

unblockAtMessage(YWTribe, IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
打开@消息提醒
unblockTribe(YWTribe, IWxCallback) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
重新接收消息
unRegisterContactsListener(IContactListListener) - Method in class com.alibaba.mobileim.contact.IYWContactService
Deprecated.
updateAtMsgInConversationRead(String) - Method in class com.alibaba.mobileim.conversation.YWConversation
把该会话中所有的@消息设为已读
updateAtMsgRead(YWMessage, String) - Method in class com.alibaba.mobileim.conversation.YWConversation
把会话中的单条at消息置为已读
updateAtMsgsRead(List<YWMessage>, String) - Method in class com.alibaba.mobileim.conversation.YWConversation
批量把会话中的at消息置为已读
updateContactInfo(Contact) - Method in interface com.alibaba.mobileim.contact.IYWCrossContactProfileCallback
Deprecated.
updateContactSystemMessage(YWSystemMessage) - Method in class com.alibaba.mobileim.contact.IYWContactService
更新联系人好友添加相关的系统消息
updateIMKitInstance(String, String) - Static method in class com.alibaba.mobileim.YWAPI
NOT FOR OPENIM 更新imKit,如果用户使用电话或者邮箱登陆,那么mMultiAccountIMKitMap中的key就是prefix+电话/邮箱, 因此用户登陆成功后需要把key改为longUserId
updateMessageTODB(YWMessage) - Method in interface com.alibaba.mobileim.conversation.YWMessageLoader
更新消息到数据库,主要用于语音消息已读状态变更的调用
updateOrCreateCustomConversation(YWCustomConversationUpdateModel) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
仅用于更新或者创建一个自定义会话,如果会话已存在则更新 。conversationId作为会话的标识必须传入.unreadCount 属性如果设置了会累加。
updateOrCreateCustomViewConversation(YWCustomConversationUpdateModel) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
更新或者创建一个自定义View展示的会话,如果会话已存在则更新。
updateProfileInfo(String, YWProfileInfo) - Method in class com.alibaba.mobileim.contact.IYWContactService
更新个人信息
updateProfileInfoToServer(YWProfileInfo, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
更新个人信息到Server
updateTribeSystemMessage(YWMessage) - Method in interface com.alibaba.mobileim.tribe.IYWTribeService
更新群系统消息,使用方式可以参考demo TribeSystemMessageActivity.java
useInCallMode(Fragment, YWMessage) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
播放语音消息时是否使用听筒模式,默认使用扬声器模式播放语音消息

V

valueOf(String) - Static method in enum com.alibaba.mobileim.conversation.YWConversationType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.alibaba.mobileim.conversation.YWConversationType
根据[会话类型枚举对应的int值]获取[会话类型]
valueOf(String) - Static method in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeCheckMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alibaba.mobileim.login.YWLoginState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.alibaba.mobileim.login.YWLoginState
 
values() - Static method in enum com.alibaba.mobileim.conversation.YWConversationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeCheckMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alibaba.mobileim.gingko.model.tribe.YWTribeRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alibaba.mobileim.login.YWLoginState
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YWAPI - Class in com.alibaba.mobileim
云旺聊天中初始化相关的通道
YWAPI() - Constructor for class com.alibaba.mobileim.YWAPI
 
YWContactFactory - Class in com.alibaba.mobileim.contact
联系人创建类
YWContactFactory() - Constructor for class com.alibaba.mobileim.contact.YWContactFactory
 
YWConversation - Class in com.alibaba.mobileim.conversation
 
YWConversation() - Constructor for class com.alibaba.mobileim.conversation.YWConversation
 
YWConversationCreater - Class in com.alibaba.mobileim.conversation
会话创建器
YWConversationCreater() - Constructor for class com.alibaba.mobileim.conversation.YWConversationCreater
 
YWConversationType - Enum in com.alibaba.mobileim.conversation
会话类型
YWFileManager - Class in com.alibaba.mobileim.conversation
云旺提供的文件下载能力
YWFileManager() - Constructor for class com.alibaba.mobileim.conversation.YWFileManager
 
YWIMCore - Class in com.alibaba.mobileim
云旺提供的基于非淘系账号的IM解决方案api入口,该解决方案不提供UI定制功能,需要isv自行实现UI。该接口api提供底层登陆、 消息收发逻辑的封装支持。 1.
YWIMKit - Class in com.alibaba.mobileim
提供基础的service,IM的所有管理器必须通过该类中的方法获取,不可以自己new
YWLoginCode - Class in com.alibaba.mobileim.login
登陆失败的错误码
YWLoginCode() - Constructor for class com.alibaba.mobileim.login.YWLoginCode
 
YWLoginState - Enum in com.alibaba.mobileim.login
旺信登陆状态切换
YWMessage - Class in com.alibaba.mobileim.conversation
云旺聊天的消息内容
YWMessage() - Constructor for class com.alibaba.mobileim.conversation.YWMessage
 
YWMessage.SUB_MSG_TYPE - Class in com.alibaba.mobileim.conversation
详细消息的类型
YWMessage.SUB_MSG_TYPE() - Constructor for class com.alibaba.mobileim.conversation.YWMessage.SUB_MSG_TYPE
 
YWMessageChannel - Class in com.alibaba.mobileim.conversation
云旺的消息创建工厂,可以创建适用于云旺聊天的消息对象
YWMessageLoader - Interface in com.alibaba.mobileim.conversation
消息加载辅助类
YWMessageSender - Class in com.alibaba.mobileim.conversation
消息发送辅助类
YWMessageSender() - Constructor for class com.alibaba.mobileim.conversation.YWMessageSender
 
ywMessageToSendWhenOpenChatting(Fragment, YWConversation) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
当打开聊天窗口时,自动发送该消息给对方
ywMessageToSendWhenOpenChatting(Fragment, YWConversation, boolean) - Method in class com.alibaba.mobileim.aop.custom.IMChattingPageOperateion
当打开聊天窗口时,自动发送该消息给对方
YWPushInfo - Class in com.alibaba.mobileim.conversation
APNS Push自定义 Created by mayongge on 15/12/17.
YWPushInfo(int, String, String, String) - Constructor for class com.alibaba.mobileim.conversation.YWPushInfo
设置APNS Push的title,声音和自定义数据
YWTribe - Interface in com.alibaba.mobileim.gingko.model.tribe
openIM群信息接口
YWTribeCheckMode - Enum in com.alibaba.mobileim.gingko.model.tribe
加入群时的群校验方式
YWTribeRole - Enum in com.alibaba.mobileim.gingko.model.tribe
群成员角色
A B C D E F G H I J L M N O P R S T U V Y 
云旺OpenIM 1.9.7 API