Package 

Interface ReactInstanceEventListener


  • 
    public interface ReactInstanceEventListener
    
                        

    New Listener interface for react instance events. {@Link * ReactInstanceManager.ReactInstanceEventListener will be deprecated.}

    • Method Summary

      Modifier and Type Method Description
      abstract void onReactContextInitialized(ReactContext context) Called when the react context is initialized (all modules registered).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onReactContextInitialized

         abstract void onReactContextInitialized(ReactContext context)

        Called when the react context is initialized (all modules registered). Always called on the UIthread.