onEvaluation

abstract fun onEvaluation(record: EvaluationRecord)(source)

Called when an evaluation finishes.

Delivered on a coroutine of its own, off the main thread, so it never delays the result reaching the feature. Records from concurrent evaluations may arrive in any order.

Parameters

record

The finished evaluation.