sdk-geofencing / com.tomtom.online.sdk.geofencing / RxGeofencingApi

RxGeofencingApi

@PublicPreview @Beta(2020, 9) class RxGeofencingApi

Defines the Reactive API used to communicate with the Geofencing API services.

Constructors

<init>

RxGeofencingApi(context: Context, workScheduler: Scheduler = Schedulers.newThread(), postScheduler: Scheduler = AndroidSchedulers.mainThread())
RxGeofencingApi(context: Context, apiKey: String, workScheduler: Scheduler = Schedulers.newThread(), postScheduler: Scheduler = AndroidSchedulers.mainThread())

Functions

obtainReport

fun obtainReport(reportQuery: ReportQuery): Single<Report>

Performs the Request to obtain the Report.