/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.timetables/ServiceStopsLoaderFactory
ServiceStopsLoaderFactory
\ open class ServiceStopsLoaderFactory
Constructors
ServiceStopsLoaderFactory | constructor() |
Properties
Name | Summary |
---|---|
PROJECTION | val PROJECTION: Array<String> |
SELECTION | val SELECTION: String segment_shapes.service_trip_id = ? |
SORT_ORDER | val SORT_ORDER: String service_stops.arrival_time ASC, service_stops. |
Functions
Name | Summary |
---|---|
create | open fun create(context: Context, serviceTripId: String, timeInSeconds: Long): CursorLoader |