codeLoadSuccess

open fun codeLoadSuccess(manifest: ZiplineManifest, zipline: Zipline, startValue: Any?)

Invoked when code is successfully downloaded and initialized.

Parameters

startValue

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