initializerEnd

open fun initializerEnd(applicationName: String, startValue: Any?)

Invoked after the host-side initializer completes.

Parameters

startValue

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