NIMSDK-AOS
9.19.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
param
QChatResendSystemNotificationParam.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.param;
2
3
import
androidx.annotation.NonNull;
4
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
model
.
QChatSystemNotification
;
5
6
/**
7
* "重发系统通知"接口入参
8
*/
9
public
class
QChatResendSystemNotificationParam
{
10
11
/**
12
* 重发的系统通知
13
*/
14
@NonNull
15
private
final
QChatSystemNotification
systemNotification;
16
17
public
QChatResendSystemNotificationParam
(@NonNull
QChatSystemNotification
systemNotification) {
18
this.systemNotification = systemNotification;
19
}
20
21
/**
22
* 获取重发的系统通知
23
* @return
24
*/
25
@NonNull
26
public
QChatSystemNotification
getSystemNotification
() {
27
return
systemNotification;
28
}
29
}
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease
com
com.netease.nimlib.sdk.qchat.param.QChatResendSystemNotificationParam
"重发系统通知"接口入参
Definition:
QChatResendSystemNotificationParam.java:9
com.netease.nimlib.sdk.qchat.param.QChatResendSystemNotificationParam.QChatResendSystemNotificationParam
QChatResendSystemNotificationParam(@NonNull QChatSystemNotification systemNotification)
Definition:
QChatResendSystemNotificationParam.java:17
com.netease.nimlib.sdk.qchat.model
Definition:
QChatPushConfig.java:1
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.model.QChatSystemNotification
系统通知
Definition:
QChatSystemNotification.java:12
com.netease.nimlib.sdk.qchat.param.QChatResendSystemNotificationParam.getSystemNotification
QChatSystemNotification getSystemNotification()
获取重发的系统通知
Definition:
QChatResendSystemNotificationParam.java:26
com.netease.nimlib
生成于 2024年 十月 16日 星期三 10:25:06 , 为 NIMSDK-AOS使用
1.8.13