-
- 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 StringgetName()voidreportFatalException(String message, ReadableArray stack, double idDouble)voidreportSoftException(String message, ReadableArray stack, double idDouble)voidreportException(ReadableMap data)voidupdateExceptionMessage(String title, ReadableArray details, double exceptionIdDouble)voiddismissRedbox()-
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()
-
-
-
-