-
public interface DevSupportManagerFactory
-
-
Method Summary
Modifier and Type Method Description abstract DevSupportManager
create(Context applicationContext, ReactInstanceDevHelper reactInstanceManagerHelper, @Nullable() String packagerPathForJSBundleName, boolean enableOnCreate, @Nullable() RedBoxHandler redBoxHandler, @Nullable() DevBundleDownloadListener devBundleDownloadListener, int minNumShakes, @Nullable() Map<String, RequestHandler> customPackagerCommandHandlers, @Nullable() SurfaceDelegateFactory surfaceDelegateFactory)
-
-
Method Detail
-
create
abstract DevSupportManager create(Context applicationContext, ReactInstanceDevHelper reactInstanceManagerHelper, @Nullable() String packagerPathForJSBundleName, boolean enableOnCreate, @Nullable() RedBoxHandler redBoxHandler, @Nullable() DevBundleDownloadListener devBundleDownloadListener, int minNumShakes, @Nullable() Map<String, RequestHandler> customPackagerCommandHandlers, @Nullable() SurfaceDelegateFactory surfaceDelegateFactory)
-
-
-
-