interface RxContext
Interface used to provide a working context to rx based service, e.g. initialize schedulers.
abstract fun getResultScheduler(): Scheduler
Scheduler used to process a result. |
|
abstract fun getWorkingScheduler(): Scheduler
Scheduler used to execute a background task. |
open class CopyrightsExtension : Contextable, RxContext
Copyrights module to get copyrights from tomtom service. |