fun obtainReport(reportQuery: ReportQuery): Result<Report>
Performs the request to obtain the Report.
reportQuery
- Query object which is used to obtain the Report.
Return
Result.Success If successful, otherwise Result.Failure.
fun obtainReport(reportQuery: ReportQuery, callback: ReportCallback): Unit
Performs the request to obtain the Report.
reportQuery
- Query object which is used to obtain the Report.
callback
- The callback on Report.