public class DevInternalSettings extends java.lang.Object implements DeveloperSettings, android.content.SharedPreferences.OnSharedPreferenceChangeListener
com.facebook.react.devsupport. For accessing some of the settings by external modules
this class implements an external interface DeveloperSettings.| Constructor and Description |
|---|
DevInternalSettings(android.content.Context applicationContext,
DevSupportManager debugManager) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDebugServerHost() |
boolean |
isAnimationFpsDebugEnabled() |
boolean |
isFpsDebugEnabled() |
boolean |
isReloadOnJSChangeEnabled() |
void |
onSharedPreferenceChanged(android.content.SharedPreferences sharedPreferences,
java.lang.String key) |
public DevInternalSettings(android.content.Context applicationContext,
DevSupportManager debugManager)
public boolean isFpsDebugEnabled()
isFpsDebugEnabled in interface DeveloperSettingspublic boolean isAnimationFpsDebugEnabled()
isAnimationFpsDebugEnabled in interface DeveloperSettings@Nullable public java.lang.String getDebugServerHost()
public void onSharedPreferenceChanged(android.content.SharedPreferences sharedPreferences,
java.lang.String key)
onSharedPreferenceChanged in interface android.content.SharedPreferences.OnSharedPreferenceChangeListenerpublic boolean isReloadOnJSChangeEnabled()