-
public interface DeveloperSettingsProvides access to React Native developers settings.
-
-
Method Summary
Modifier and Type Method Description abstract booleanisFpsDebugEnabled()abstract booleanisAnimationFpsDebugEnabled()abstract booleanisJSDevModeEnabled()abstract booleanisJSMinifyEnabled()abstract booleanisElementInspectorEnabled()abstract booleanisDeviceDebugEnabled()abstract booleanisRemoteJSDebugEnabled()abstract voidsetRemoteJSDebugEnabled(boolean remoteJSDebugEnabled)Enable/Disable remote JS debugging. abstract booleanisStartSamplingProfilerOnInit()abstract voidaddMenuItem(String title)Add an item to the dev menu. -
-
Method Detail
-
isFpsDebugEnabled
abstract boolean isFpsDebugEnabled()
-
isAnimationFpsDebugEnabled
abstract boolean isAnimationFpsDebugEnabled()
-
isJSDevModeEnabled
abstract boolean isJSDevModeEnabled()
-
isJSMinifyEnabled
abstract boolean isJSMinifyEnabled()
-
isElementInspectorEnabled
abstract boolean isElementInspectorEnabled()
-
isDeviceDebugEnabled
abstract boolean isDeviceDebugEnabled()
-
isRemoteJSDebugEnabled
abstract boolean isRemoteJSDebugEnabled()
-
setRemoteJSDebugEnabled
abstract void setRemoteJSDebugEnabled(boolean remoteJSDebugEnabled)
Enable/Disable remote JS debugging.
-
isStartSamplingProfilerOnInit
abstract boolean isStartSamplingProfilerOnInit()
-
addMenuItem
abstract void addMenuItem(String title)
Add an item to the dev menu.
-
-
-
-