callStart

open fun callStart(call: Call): Any?

Invoked when a service function is called. This may be invoked for either suspending or non-suspending functions.

Return

any object. This value will be passed back to callEnd when the call is completed. The base function always returns null.