@PublicPreview @Beta(2020, 9) 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.
@PublicPreview @Beta(2020, 9) 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.