callEnd

open fun callEnd(call: Call, result: CallResult, startValue: Any?)

Invoked when a service function call completes.

Parameters

startValue

the value returned by callStart for the start of this call. This is null unless callStart is overridden to return something else.