JSInstance

interface JSInstance

This interface includes the methods needed to use a running JS instance, without specifying any of the bridge-specific initialization or lifecycle management.

Inheritors

Functions

Link copied to clipboard
abstract fun invokeCallback(callbackID: Int, arguments: NativeArrayInterface)