onResult

abstract fun onResult(@Nullable userList: List<out UserInfo>, @Nullable e: Exception)

Called when a result of a list of user is loaded.

See also

Parameters

userList

The list of user that was loaded.

e

The exception when the request fails.