NIMSDK-AOS
9.19.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
model
systemnotification
QChatRejectApplyServerMemberAttachment.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.model.systemnotification;
2
3
/**
4
* 拒绝加入服务器申请通知附件
5
*/
6
public
interface
QChatRejectApplyServerMemberAttachment
extends
QChatSystemNotificationAttachment
{
7
/**
8
* 申请/邀请唯一标识
9
* @return
10
*/
11
Long
getRequestId
();
12
}
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatRejectApplyServerMemberAttachment.getRequestId
Long getRequestId()
申请/邀请唯一标识
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatRejectApplyServerMemberAttachment
拒绝加入服务器申请通知附件
Definition:
QChatRejectApplyServerMemberAttachment.java:6
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatSystemNotificationAttachment
系统通知附件
Definition:
QChatSystemNotificationAttachment.java:8
生成于 2024年 十月 16日 星期三 10:25:06 , 为 NIMSDK-AOS使用
1.8.13