/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.ui.tripresult/FromRoutes
FromRoutes
\ class FromRoutes(val tripGroupId: String, val tripId: Long?, val sortOrder: Int, val requestId: String, val arriveBy: Long) : PagerFragmentArguments, HasInitialTripGroupId
Constructors
FromRoutes | constructor(tripGroupId: String, tripId: Long?, sortOrder: Int, requestId: String, arriveBy: Long) |
Properties
Name | Summary |
---|---|
arriveBy | val arriveBy: Long |
requestId | val requestId: String |
sortOrder | val sortOrder: Int |
tripGroupId | val tripGroupId: String |
tripId | val tripId: Long? |
Functions
Name | Summary |
---|---|
tripGroupId | open override fun tripGroupId(): String |
tripId | open override fun tripId(): Long? |