Package 

Interface TurboModule


  • 
    public interface TurboModule
    
                        

    All turbo modules should inherit from this interface

    • Method Summary

      Modifier and Type Method Description
      abstract void initialize() Initialize the TurboModule.
      abstract void invalidate() Called before React Native is torn down.
      • Methods inherited from class java.lang.Object

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

      • initialize

         abstract void initialize()

        Initialize the TurboModule.

      • invalidate

         abstract void invalidate()

        Called before React Native is torn down. Clean up after the TurboModule.