NIMSDK-AOS  9.16.0
QChatResendSystemNotificationParam.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.param;
2 
3 import androidx.annotation.NonNull;
5 
10 
14  @NonNull
15  private final QChatSystemNotification systemNotification;
16 
17  public QChatResendSystemNotificationParam(@NonNull QChatSystemNotification systemNotification) {
18  this.systemNotification = systemNotification;
19  }
20 
25  @NonNull
27  return systemNotification;
28  }
29 }
QChatResendSystemNotificationParam(@NonNull QChatSystemNotification systemNotification)