NIMSDK-AOS 10.4.0-beta
载入中...
搜索中...
未找到
QChatInvitedUserInfo.java
浏览该文件的文档.
1package com.netease.nimlib.sdk.qchat.model;
2
3import com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordStatus;
4import java.io.Serializable;
5
6public interface QChatInvitedUserInfo extends Serializable {
7
8 /**
9 * 获取被邀请用户的accid
10 * @return
11 */
12 String getAccid();
13
14 /**
15 * 获取被邀请用户当前的状态
16 * @return
17 */
19
20 /**
21 * 获取处理邀请的附言
22 * @return
23 */
25
26 /**
27 * 获取处理邀请的时间
28 * @return
29 */
31}
QChatInviteApplyRecordStatus getStatus()
获取被邀请用户当前的状态
Long getUpdateTime()
获取处理邀请的时间
String getAccid()
获取被邀请用户的accid
String getUpdatePostscript()
获取处理邀请的附言