public class NativeModuleRegistry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NativeModuleRegistry.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<NativeModule> |
getAllModules() |
<T extends NativeModule> |
getModule(java.lang.Class<T> moduleInterface) |
void |
onBatchComplete() |
public void onBatchComplete()
public <T extends NativeModule> T getModule(java.lang.Class<T> moduleInterface)
public java.util.Collection<NativeModule> getAllModules()