tripkit-android / com.skedgo.tripkit.android / FetchRegionsService
FetchRegionsService
class FetchRegionsService : JobService
Constructors
Name | Summary |
---|---|
<init> | FetchRegionsService() |
Properties
Name | Summary |
---|---|
runningJob | var runningJob: Disposable? |
Functions
Name | Summary |
---|---|
onStartJob | fun onStartJob(job: JobParameters): Boolean |
onStopJob | fun onStopJob(job: JobParameters?): Boolean |
Companion Object Functions
Name | Summary |
---|---|
scheduleAsync | fun scheduleAsync(context: Context): Observable< Void > |