public abstract class NativeDevMenuSpec extends ReactContextBaseJavaModule implements ReactModuleWithSpec, TurboModule
NativeModule.NativeMethod
METHOD_TYPE_ASYNC, METHOD_TYPE_PROMISE, METHOD_TYPE_SYNC
Constructor and Description |
---|
NativeDevMenuSpec(ReactApplicationContext reactContext) |
Modifier and Type | Method and Description |
---|---|
abstract void |
debugRemotely(boolean enableDebug) |
abstract void |
reload() |
abstract void |
setHotLoadingEnabled(boolean enabled) |
abstract void |
setProfilingEnabled(boolean enabled) |
abstract void |
show() |
getCurrentActivity, getReactApplicationContext, getReactApplicationContextIfActiveOrWarn
canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invalidate
getName
public NativeDevMenuSpec(ReactApplicationContext reactContext)
public abstract void reload()
public abstract void debugRemotely(boolean enableDebug)
public abstract void setProfilingEnabled(boolean enabled)
public abstract void show()
public abstract void setHotLoadingEnabled(boolean enabled)