initializerStart

open fun initializerStart(applicationName: String): Any?

Invoked before Zipline runs the host-side initializer for an application.

Return

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