PluginInstancing

Lifecycle manager for a single plugin's instantiation process. Created per (format, pluginId) pair via createPluginInstancing.

Inheritors

AndroidPluginInstancing
JsPluginInstancing
JvmPluginInstancing
NativePluginInstancing
WasmJsPluginInstancing

Properties

Link copied to clipboard
abstract val state: InstancingState

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun makeAlive(callback: (error: String?) -> Unit)