sdk-geofencing / com.tomtom.online.sdk.geofencing / GeofencingApi / obtainReport

obtainReport

@PublicPreview @Beta(2020, 9) fun obtainReport(reportQuery: ReportQuery): Result<Report>

Performs the Request to obtain the Report.

Parameters

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.

Parameters

reportQuery - Query object which is used to obtain the Report.

callback - The callback on Report.