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

FetchAndLoadTimetable

open class FetchAndLoadTimetable

Constructors

Name Summary
<init> FetchAndLoadTimetable(converter:CursorToServiceConverter, parentStopDao:ParentStopDao, serviceAlertsDao:ServiceAlertsDao, serviceAlertsMapper:ServiceAlertMapper, context: Context, fetchTimetable:FetchTimetable)

Functions

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