NIMSDK-AOS  9.16.0
QChatMarkSystemNotificationsReadParam.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.param;
2 
3 import android.util.Pair;
4 
5 import androidx.annotation.NonNull;
6 
8 
9 import java.util.List;
10 
15 
19  @NonNull
20  private final List<Pair<Long, QChatSystemNotificationType>> pairs;
21 
27  @NonNull List<Pair<Long, QChatSystemNotificationType>> pairs) {
28  this.pairs = pairs;
29  }
30 
35  @NonNull
36  public List<Pair<Long, QChatSystemNotificationType>> getIdTypePairs() {
37  return pairs;
38  }
39 }
QChatMarkSystemNotificationsReadParam( @NonNull List< Pair< Long, QChatSystemNotificationType >> pairs)
List< Pair< Long, QChatSystemNotificationType > > getIdTypePairs()
获取系统通知msgIdServer和系统通知类型键值对列表