Package 

Interface ExceptionManagerReporter


  • 
    public interface ExceptionManagerReporter
    
                        

    Interface that declare the required functionality of reporting exceptions to the server

    • Method Summary

      Modifier and Type Method Description
      abstract Unit reportExceptions(ByteArray body, Map<String, String> headers, Integer timeout) Send HTTP request to report exceptions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • reportExceptions

        @WorkerThread() abstract Unit reportExceptions(ByteArray body, Map<String, String> headers, Integer timeout)

        Send HTTP request to report exceptions.

        Parameters:
        body - of the request contains all the exceptions to be reported and device info
        headers - should be added to the request including the authentication header
        timeout - of the request