JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.facebook.react.turbomodule.core.interfaces
Interface TurboModule
public interface
TurboModule
All turbo modules should inherit from this interface
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
invalidate
()
When CatalystInstance is destroyed, this method will be called.
Method Detail
invalidate
void invalidate()
When CatalystInstance is destroyed, this method will be called. All implementing TurboModules can perform cleanup here.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method