-
public interface DeveloperSettings
Provides access to React Native developers settings.
-
-
Method Summary
Modifier and Type Method Description abstract boolean
isFpsDebugEnabled()
abstract boolean
isAnimationFpsDebugEnabled()
abstract boolean
isJSDevModeEnabled()
abstract boolean
isJSMinifyEnabled()
abstract boolean
isElementInspectorEnabled()
abstract boolean
isDeviceDebugEnabled()
abstract boolean
isRemoteJSDebugEnabled()
abstract void
setRemoteJSDebugEnabled(boolean remoteJSDebugEnabled)
Enable/Disable remote JS debugging. abstract boolean
isStartSamplingProfilerOnInit()
abstract void
addMenuItem(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.
-
-
-
-