@Beta(2020, 9) class GeofencingApi
Defines the API used to communicate with the Geofencing service.
GeofencingApi(context: Context) GeofencingApi(context: Context, apiKey: String) |
fun obtainReport(reportQuery: ReportQuery): Result<Report> fun obtainReport(reportQuery: ReportQuery, callback: ReportCallback): Unit
Performs the Request to obtain the Report. |