-
- All Implemented Interfaces:
-
com.facebook.react.bridge.NativeModule
,com.facebook.react.bridge.ReactModuleWithSpec
,com.facebook.react.turbomodule.core.interfaces.TurboModule
public class ExceptionsManagerModule extends NativeExceptionsManagerSpec
-
-
Constructor Summary
Constructors Constructor Description ExceptionsManagerModule(DevSupportManager devSupportManager)
-
Method Summary
Modifier and Type Method Description String
getName()
void
reportFatalException(String message, ReadableArray stack, double idDouble)
void
reportSoftException(String message, ReadableArray stack, double idDouble)
void
reportException(ReadableMap data)
void
updateExceptionMessage(String title, ReadableArray details, double exceptionIdDouble)
void
dismissRedbox()
-
Methods inherited from class com.facebook.fbreact.specs.NativeExceptionsManagerSpec
reportFatalException, reportSoftException, updateExceptionMessage
-
Methods inherited from class com.facebook.react.bridge.BaseJavaModule
canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ExceptionsManagerModule
ExceptionsManagerModule(DevSupportManager devSupportManager)
-
-
Method Detail
-
reportFatalException
void reportFatalException(String message, ReadableArray stack, double idDouble)
-
reportSoftException
void reportSoftException(String message, ReadableArray stack, double idDouble)
-
reportException
void reportException(ReadableMap data)
-
updateExceptionMessage
void updateExceptionMessage(String title, ReadableArray details, double exceptionIdDouble)
-
dismissRedbox
void dismissRedbox()
-
-
-
-