Modifier and Type | Field and Description |
---|---|
NativeModule |
mNativeModule |
java.lang.Class<?> |
mType |
Constructor and Description |
---|
LegacyModuleInfo(java.lang.Class<?> type,
NativeModule nativeModule) |
Modifier and Type | Method and Description |
---|---|
boolean |
canOverrideExistingModule() |
java.lang.String |
name() |
boolean |
needsEagerInit() |
boolean |
supportsWebWorkers() |
public final java.lang.Class<?> mType
public final NativeModule mNativeModule
public LegacyModuleInfo(java.lang.Class<?> type, NativeModule nativeModule)
public boolean canOverrideExistingModule()
canOverrideExistingModule
in interface Info
public boolean supportsWebWorkers()
supportsWebWorkers
in interface Info
public boolean needsEagerInit()
needsEagerInit
in interface Info