send Report
Sends a report to the server.
This method sends a report set by user (@see ReportParams), along with automatically collected data, to the server for analysis.
Automatically Collected Data: The report will include the following information in addition to report parameters:
SDK Method Call History: A record of recent SDK method calls (and internals).
Build fields: @see Build.BRAND, Build.MODEL, Build.PRODUCT, Build.DEVICE, Build.ID,
[Build.VERSION.RELEASE], [Build.VERSION.SDK_INT]Content copied to clipboardUser ID if set (@see InitParams)
Reports are automatically deleted after 30 days.
Return
Deferred (with boolean value) if report was sent successfully.
Parameters
report Params
Report params.