mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Documentation added for new parameter excludedUserIds.
This commit is contained in:
parent
0aeb327062
commit
cf5d89ea9b
@ -61,6 +61,7 @@ interface UserService {
|
||||
/**
|
||||
* Observe a live [PagedList] of users sorted alphabetically. You can filter the users.
|
||||
* @param filter the filter. It will look into userId and displayName.
|
||||
* @param excludedUserIds userId list which will be excluded from the result list.
|
||||
* @return a Livedata of users
|
||||
*/
|
||||
fun getPagedUsersLive(filter: String? = null, excludedUserIds: Set<String>? = null): LiveData<PagedList<User>>
|
||||
|
Loading…
Reference in New Issue
Block a user