tripkit-android / com.skedgo.tripkit.ui.timetables / LoadServiceTask

LoadServiceTask

open class LoadServiceTask :Callable<Pair<MutableList<StopInfo!>!,MutableList<ServiceLineInfo!>!>!>

Constructors

Name Summary
<init> LoadServiceTask(stop:ScheduledStop!, cursor: Cursor!)

Functions

Name Summary
call open fun call(): Pair<MutableList<StopInfo!>!,MutableList<ServiceLineInfo!>!>!
getStopFor open fun getStopFor(code:String!):ScheduledStop!