Package com.facebook.react.devsupport
See: Description
-
Class Summary Class Description BridgeDevSupportManager Interface for accessing and interacting with development features. BundleInfo BundleDownloader DefaultDevSupportManagerFactory A simple factory that creates instances of DevSupportManager implementations. DevInternalSettings Helper class for accessing developers settings that should not be accessed outside of the package com.facebook.react.devsupport. DevLoadingViewController Controller to display loading messages on top of the screen. DevServerHelper Helper class for all things about the debug server running in the engineer's host machine. DevSettingsActivity Activity that display developers settings. DevSupportManagerBase DisabledDevSupportManager A dummy implementation of DevSupportManager to be used in production mode where development features aren't needed. DoubleTapReloadRecognizer A class allows recognizing double key tap of "R", used to reload JS in , RedBoxDialogSurfaceDelegate and ReactActivity. FpsView View that automatically monitors and displays the current app frame rate. BundleStatus InspectorPackagerConnection CaptureException JSCHeapCapture JSDebuggerWebSocketClient A wrapper around WebSocketClient that recognizes RN debugging message format. JSDevSupport JSException This represents an error evaluating JavaScript. LogBoxDialog Dialog for displaying JS errors in LogBox. LogBoxDialogSurfaceDelegate The implementation of SurfaceDelegate with Activity. LogBoxModule MultipartStreamReader Utility class to parse the body of a response of type multipart/mixed. PackagerStatusCheck Use this class to check if the JavaScript packager is running on the provided host. RedBoxContentView Dialog for displaying JS errors in an eye-catching form (red box). RedBoxDialogSurfaceDelegate The implementation of SurfaceDelegate with Activity. StackFrameImpl Represents a generic entry in a stack trace, be it originally from JS or Java. StackTraceHelper Helper class converting JS and Java stack traces into arrays of StackFrame objects. ViewHierarchyUtil Helper for computing information about the view hierarchy WebsocketExecutorTimeoutException WebsocketJavaScriptExecutor Executes JS remotely via the react nodejs server as a proxy to a browser on the host machine. -
Interface Summary Interface Description Listener OnServerContentChangeListener PackagerCommandListener PackagerCustomCommandProvider SymbolicationListener CallbackWithBundleLoader DevSupportManagerFactory HMRClient JS module interface for HMRClient The HMR(Hot Module Replacement)Client allows for the application to receive updates from Metro (over a web socket), allowing for injection of JavaScript to the running application (without a refresh). BundleStatusProvider HeapCapture CaptureCallback JSDebuggerCallback JSDevSupportModule DevSupportCallback ChunkListener ReactInstanceDevHelper Interface used by DevSupportManager for accessing some fields and methods of or ReactHost for the purpose of displaying and handling developer menu options. JSExecutorConnectCallback