public class RxGeofencingApi
Defines the Reactive API used to communicate with the Geofencing API services.
Constructor and Description |
---|
RxGeofencingApi(android.content.Context context,
io.reactivex.Scheduler workScheduler,
io.reactivex.Scheduler postScheduler) |
RxGeofencingApi(android.content.Context context,
io.reactivex.Scheduler workScheduler) |
RxGeofencingApi(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<com.tomtom.online.sdk.geofencing.report.Report> |
obtainReport(ReportQuery reportQuery)
Performs the Request to obtain the
class Report . |
public RxGeofencingApi(android.content.Context context, io.reactivex.Scheduler workScheduler, io.reactivex.Scheduler postScheduler)
public RxGeofencingApi(android.content.Context context, io.reactivex.Scheduler workScheduler)
public RxGeofencingApi(android.content.Context context)
public io.reactivex.Single<com.tomtom.online.sdk.geofencing.report.Report> obtainReport(ReportQuery reportQuery)
Performs the Request to obtain the class Report
.
reportQuery
- Query object which is used to obtain the class Report
.class Report