onQueryBlockedUsersResult

abstract fun onQueryBlockedUsersResult(result: Result<List<UserBlock>>)

Runs side effect after the request was completed.

Parameters

result

The Result containing the successfully retrieved list of blocked users or the error.