tripkit-android / com.skedgo.tripkit / Configs / baseUrlAdapterFactory
baseUrlAdapterFactory
@Nullable abstract fun baseUrlAdapterFactory():
Callable
<
Callable
<
String
!>!>?
Return
Callable<Callable<String!>!>?: A factory to create a sort of adapter that specifies a base url to override all the 'satapp' requests made by TripKit's apis. The factory is in use only when `[
#debuggable()`](debuggable.md) is true.