@PublicPreview @Beta(2020, 9) class RxGeofencingApi
Defines the Reactive API used to communicate with the Geofencing API services.
RxGeofencingApi(context: Context, workScheduler: Scheduler = Schedulers.newThread(), postScheduler: Scheduler = AndroidSchedulers.mainThread()) RxGeofencingApi(context: Context, apiKey: String, workScheduler: Scheduler = Schedulers.newThread(), postScheduler: Scheduler = AndroidSchedulers.mainThread()) |
fun obtainReport(reportQuery: ReportQuery): Single<Report>
Performs the Request to obtain the Report. |