sdk-maps / com.tomtom.online.sdk.map.rx / RxContext

RxContext

interface RxContext

Interface used to provide a working context to rx based service, e.g. initialize schedulers.

Functions

getResultScheduler

abstract fun getResultScheduler(): Scheduler

Scheduler used to process a result.

getWorkingScheduler

abstract fun getWorkingScheduler(): Scheduler

Scheduler used to execute a background task.

Inheritors

CopyrightsExtension

open class CopyrightsExtension : Contextable, RxContext

Copyrights module to get copyrights from tomtom service.