NIMSDK-AOS  9.16.0
QChatUpdateSystemNotificationResult.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.result;
2 
4 
5 import java.io.Serializable;
6 
7 public class QChatUpdateSystemNotificationResult implements Serializable {
8 
12  private final QChatSystemNotification sentCustomNotification;
13 
15  this.sentCustomNotification = sentCustomNotification;
16  }
17 
23  return sentCustomNotification;
24  }
25 
26  @Override
27  public String toString() {
28  return "QChatUpdateSystemNotificationResult{" +
29  "sentCustomNotification=" + sentCustomNotification +
30  '}';
31  }
32 }
QChatSystemNotification getSentCustomNotification()
获取更新后的系统通知