NIMSDK-AOS
9.21.10
首页
相关页面
包
类
文件
文件列表
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
model
systemnotification
QChatMyMemberInfoUpdatedAttachment.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.model.systemnotification;
2
3
import
java.util.List;
4
5
public
interface
QChatMyMemberInfoUpdatedAttachment
extends
QChatSystemNotificationAttachment
{
6
List<QChatUpdatedMyMemberInfo>
getUpdatedInfos
();
7
}
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatSystemNotificationAttachment
系统通知附件
Definition:
QChatSystemNotificationAttachment.java:8
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMyMemberInfoUpdatedAttachment
Definition:
QChatMyMemberInfoUpdatedAttachment.java:5
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMyMemberInfoUpdatedAttachment.getUpdatedInfos
List< QChatUpdatedMyMemberInfo > getUpdatedInfos()
生成于 2026年 一月 30日 星期五 05:56:08 , 为 NIMSDK-AOS使用
1.8.11