Dev Support Manager Base
Constructors
Link copied to clipboard
constructor(applicationContext: Context, reactInstanceDevHelper: ReactInstanceDevHelper, @Nullable packagerPathForJSBundleName: String, enableOnCreate: Boolean, @Nullable redBoxHandler: RedBoxHandler, @Nullable devBundleDownloadListener: DevBundleDownloadListener, minNumShakes: Int, @Nullable customPackagerCommandHandlers: Map<String, RequestHandler>, @Nullable surfaceDelegateFactory: SurfaceDelegateFactory, @Nullable devLoadingViewManager: DevLoadingViewManager, @Nullable pausedInDebuggerOverlayManager: PausedInDebuggerOverlayManager)
Types
Link copied to clipboard
interface CallbackWithBundleLoader
Functions
Link copied to clipboard
Add option item to dev settings dialog displayed by this manager.
Link copied to clipboard
Link copied to clipboard
Create the surface delegate that the provided module should use to interact with
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun fetchSplitBundleAndCreateBundleLoader(bundlePath: String, callback: DevSupportManagerBase.CallbackWithBundleLoader)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Do something to display or log the exception.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hides the "paused in debugger" overlay, if currently shown.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Attempt to open the JS debugger on the host machine.
Link copied to clipboard
open fun processErrorCustomizers(errorInfo: Pair<String, Array<StackFrame>>): Pair<String, Array<StackFrame>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Add an option to send to packager when requesting JS bundle.
Link copied to clipboard
com.facebook.react.ReactInstanceManager is responsible for enabling/disabling dev support when a React view is attached/detached or when application state changes (e.g.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setPackagerLocationCustomizer(packagerLocationCustomizer: DevSupportManager.PackagerLocationCustomizer)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun showNewJSError(@Nullable message: String, @Nullable details: ReadableArray, errorCookie: Int)
Link copied to clipboard
open fun showPausedInDebuggerOverlay(message: String, listener: DevSupportManager.PausedInDebuggerOverlayCommandListener)
Shows the "paused in debugger" overlay with the given message.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard