/tripkit/TripKitDomain/com.skedgo.tripkit.configuration
Package-level declarations
Types
| Name | Summary |
|---|---|
| AppVersionNameRepository | [jvm] interface AppVersionNameRepository |
| DefaultServer | [jvm] enum DefaultServer : Enum<DefaultServer> |
| GetAppVersion | [jvm] open class GetAppVersion@Injectconstructor(appVersionNameRepository: AppVersionNameRepository) |
| Key | [jvm] sealed class Key |
| ServerConfiguration | [jvm] open class ServerConfiguration(var apiTripGoUrl: String = DefaultServer.ApiTripGo.value, var bigBangUrl: String = DefaultServer.BigBang.value, var staticTripGoUrl: String = DefaultServer.StaticTripGO.value) |
| ServerManager | [jvm] object ServerManager Singleton object that manages server configurations for the application. |