/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.timetables/TimetableFragment/Builder
Builder
\ class Builder
Constructors
| Builder | constructor() |
Functions
| Name | Summary |
|---|---|
| build | fun build(): TimetableFragment |
| hideSearchBar | fun hideSearchBar(): TimetableFragment.Builder |
| isFromPreview | fun isFromPreview(fromPreview: Boolean): TimetableFragment.Builder |
| showCloseButton | fun showCloseButton(): TimetableFragment.Builder |
| withBookingAction | fun withBookingAction(bookingActions: List<String>?): TimetableFragment.Builder |
| withButton | fun withButton(id: String, layoutResourceId: Int): TimetableFragment.Builder |
| withSegmentActionStream | fun withSegmentActionStream(actionStream: PublishSubject<TripSegment>?): TimetableFragment.Builder |
| withStop | fun withStop(stop: ScheduledStop?): TimetableFragment.Builder |
| withTripSegment | fun withTripSegment(tripSegment: TripSegment): TimetableFragment.Builder |