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