Package 

Interface ReactInstanceManager.ReactInstanceEventListener

  • All Implemented Interfaces:
    com.facebook.react.ReactInstanceEventListener

    @Deprecated() 
    public interface ReactInstanceManager.ReactInstanceEventListener
     implements ReactInstanceEventListener
                        

    Listener interface for react instance events. This class extends {@Link * com.facebook.react.ReactInstanceEventListener} as a mitigation for both bridgeless and OSScompatibility: We create a separate ReactInstanceEventListener class to remove dependency onReactInstanceManager which is a bridge-specific class, but in the mean time we have to keepReactInstanceManager.ReactInstanceEventListener so OSS won't break.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.facebook.react.ReactInstanceEventListener

        onReactContextInitialized
      • Methods inherited from class java.lang.Object

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