onUnblockUserResult

abstract fun onUnblockUserResult(userId: String, result: Result<Unit>)

Runs side effect after the request was completed.

Parameters

userId

The id of the user that was unblocked.

result

The Result of the unblock operation.