/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.tripresult/TripSegmentListFragment/Builder
Builder
\ class Builder
Constructors
Builder | constructor() |
Functions
Name | Summary |
---|---|
build | fun build(): TripSegmentListFragment |
showCloseButton | fun showCloseButton(showCloseButton: Boolean): TripSegmentListFragment.Builder |
withActionButtonHandlerFactory | fun withActionButtonHandlerFactory(factory: ActionButtonHandlerFactory?): TripSegmentListFragment.Builder |
withMapContributor | fun withMapContributor(contributor: TripResultMapContributor): TripSegmentListFragment.Builder |
withQueryLocations | fun withQueryLocations(from: Location?, to: Location?): TripSegmentListFragment.Builder |
withTripGroupId | fun withTripGroupId(tripGroupId: String): TripSegmentListFragment.Builder |
withTripId | fun withTripId(tripId: Long?): TripSegmentListFragment.Builder |
withUpdateStream | fun withUpdateStream(updateStream: PublishSubject<Unit>): TripSegmentListFragment.Builder |