Package 

Interface ErrorCustomizer


  • 
    public interface ErrorCustomizer
    
                        

    Interface that lets parts of the app process the errors before showing the redbox

    • Method Summary

      Modifier and Type Method Description
      abstract Pair<String, Array<StackFrame>> customizeErrorInfo(Pair<String, Array<StackFrame>> errorInfo) The function that need to be registered using DevSupportManager.registerErrorCustomizerand is called before passing the error to the RedBox.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait