Package 

Interface CatalystInstance

  • All Implemented Interfaces:
    com.facebook.react.bridge.JSBundleLoaderDelegate , com.facebook.react.bridge.JSInstance , com.facebook.react.bridge.MemoryPressureListener

    
    public interface CatalystInstance
     implements MemoryPressureListener, JSInstance, JSBundleLoaderDelegate
                        

    A higher level API on top of the asynchronous JSC bridge. This provides an environment allowing the invocation of JavaScript methods and lets a set of Java APIs be invokable from JavaScript as well.