JavaScriptModuleRegistry

Class responsible for holding all the JavaScriptModules. Uses Java proxy objects to dispatch method calls on JavaScriptModules to the bridge using the corresponding module and method ids so the proper function is executed in JavaScript.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun <T : JavaScriptModule?> getJavaScriptModule(instance: CatalystInstance, moduleInterface: Class<T>): T
Link copied to clipboard
open fun getJSModuleName(jsModuleInterface: Class<out JavaScriptModule>): String