ApplicationUserListQuery

A class representing query to retrieve lists related to User.

Since

3.0.81

Properties

Link copied to clipboard

Whether there is a next page.

Link copied to clipboard

Whether the current query is in communication progress with server.

Link copied to clipboard
val limit: Int

The maximum number of Users per queried page.

Link copied to clipboard

User meta data key/value filter. User list containing only and exactly the passed User meta data will be returned.

Link copied to clipboard

A filter to return users whose nicknames start with the specified string.

Link copied to clipboard

Sets User IDs filter. User list containing the passed User IDs will be returned.

Functions

Link copied to clipboard

Gets the list of Users. The queried result is passed to handler as List. If this method is repeatedly called after each next is finished, it retrieves the following pages of the User list. If there is no more pages to be read, an empty List (not null) is returned to handler.