/tripkit/TripKitData/com.skedgo.tripkit.data.database.timetables
Package-level declarations
Types
Name | Summary |
---|---|
AlertActionEntity | data class AlertActionEntity(val text: String, val type: String, val excludedStopCodes: String) |
AlertLocationEntity | data class AlertLocationEntity(val lat: Double, val lng: Double, val timezone: String, val address: String? = null) |
ScheduledServiceRealtimeInfoDao | interface ScheduledServiceRealtimeInfoDao |
ScheduledServiceRealtimeInfoEntity | class ScheduledServiceRealtimeInfoEntity |
ServiceAlertDataModule | @Module class ServiceAlertDataModule |
ServiceAlertMapper | class ServiceAlertMapper@Injectconstructor |
ServiceAlertsDao | interface ServiceAlertsDao |
ServiceAlertsEntity | data class ServiceAlertsEntity(val id: String, val serviceTripId: String, val title: String, val remoteHashCode: Long, val severity: String, val text: String? = null, val url: String? = null, val remoteIcon: String? = null, val location: AlertLocationEntity? = null, val lastUpdated: Long = -1, val fromDate: Long = -1, val action: AlertActionEntity? = null) |