-
public 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.
-
-
Method Summary
Modifier and Type Method Description abstract void
invokeCallback(int callbackID, NativeArrayInterface arguments)
-
-
Method Detail
-
invokeCallback
abstract void invokeCallback(int callbackID, NativeArrayInterface arguments)
-
-
-
-