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

FetchTimetable

open class FetchTimetable

Constructors

Name Summary
<init> FetchTimetable(departuresRepository:DeparturesRepository, realtimeAlertRepository: RealtimeAlertRepository, parentStopDao:ParentStopDao, timetableEntriesMapper:TimetableEntriesMapper, serviceAlertMapper:ServiceAlertMapper, serviceAlertsDao:ServiceAlertsDao, context: Context)

Functions

Name Summary
execute open fun execute(embarkationStopCodes:List<String>, region:Region, startTimeInSecs:Long): Single<Pair<List<TimetableEntry>,Optional<ScheduledStop>>>