DevSupportManagerFactory

Functions

Link copied to clipboard
abstract fun create(applicationContext: Context, reactInstanceManagerHelper: 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): DevSupportManager
Factory used by the Old Architecture flow to create a DevSupportManager and a
abstract fun create(applicationContext: Context, reactInstanceManagerHelper: 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, useDevSupport: Boolean): DevSupportManager
Factory used by the New Architecture/Bridgeless flow to create a DevSupportManager and a BridgelessDevSupportManager