NIMSDK-AOS  9.15.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.friend.model.FriendChangedNotify类 参考

好友关系改变通知 更多...

类 com.netease.nimlib.sdk.friend.model.FriendChangedNotify 继承关系图:

Public 成员函数

 FriendChangedNotify (List< Friend > updatedFriends, List< String > deletedFriends)
 
 FriendChangedNotify (Friend updatedFriend, String deletedFriend)
 
List< FriendgetAddedOrUpdatedFriends ()
 返回增加或者发生变更的好友关系 更多...
 
List< String > getDeletedFriends ()
 返回被删除的的好友关系 更多...
 

详细描述

好友关系改变通知

在文件 FriendChangedNotify.java10 行定义.

构造及析构函数说明

◆ FriendChangedNotify() [1/2]

com.netease.nimlib.sdk.friend.model.FriendChangedNotify.FriendChangedNotify ( List< Friend updatedFriends,
List< String >  deletedFriends 
)

在文件 FriendChangedNotify.java16 行定义.

◆ FriendChangedNotify() [2/2]

com.netease.nimlib.sdk.friend.model.FriendChangedNotify.FriendChangedNotify ( Friend  updatedFriend,
String  deletedFriend 
)

在文件 FriendChangedNotify.java26 行定义.

成员函数说明

◆ getAddedOrUpdatedFriends()

List<Friend> com.netease.nimlib.sdk.friend.model.FriendChangedNotify.getAddedOrUpdatedFriends ( )

返回增加或者发生变更的好友关系

返回
好友关系集合

在文件 FriendChangedNotify.java41 行定义.

◆ getDeletedFriends()

List<String> com.netease.nimlib.sdk.friend.model.FriendChangedNotify.getDeletedFriends ( )

返回被删除的的好友关系

返回
好友关系账号集合

在文件 FriendChangedNotify.java50 行定义.


该类的文档由以下文件生成: