limit

abstract fun limit(limit: Int): HereNow

Set the maximum number of occupants to return per channel.

The server enforces a maximum limit of 1000. Values outside this range will be rejected by the server.

Special behavior:

  • Use limit = 0 to retrieve only occupancy counts without individual occupant UUIDs

Return

this for method chaining

Parameters

limit

Maximum number of occupants to return (0-1000). Default: 1000

See also

for pagination support