onQueryActiveLocationsResult

open suspend override fun onQueryActiveLocationsResult(result: Result<List<Location>>)

Called when the result of ChatClient.queryActiveLocations is received.

Parameters

result

The result of the query, which is a list of active locations.