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

obtainReport

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.

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.