- 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
-
- 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
-
- 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
-
- getConversation(long) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
-
- 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强转为YWP2PConversationBody
、YWTribeConversationBody
或者YWCustomConversationBody
- getConversationByConversationId(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
-
获取某个会话记录
该方法必须在UI主线程调用
- getConversationById(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
-
- getConversationByUserId(String) - Method in interface com.alibaba.mobileim.conversation.IYWConversationService
-
- 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
-
- 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
-
- getMsgRecFlagForContactFromServer(String, String, int, IWxCallback) - Method in class com.alibaba.mobileim.contact.IYWContactService
-
- 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
-
- 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
-
- 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
-
- 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
- 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
-
- 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
-
新设计的接口,后续用户应该使用这个接口
- 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
-
- 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线程回调 ,请勿做太重的操作