-
public interface ExceptionManagerReporterInterface that declare the required functionality of reporting exceptions to the server
-
-
Method Summary
-
-
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 infoheaders- should be added to the request including the authentication headertimeout- of the request
-
-
-
-