Package 

Interface JSInstance


  • 
    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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait