tripkit-android / com.skedgo.tripkit / Configs
Configs
@Immutable abstract class Configs
Constructors
Name | Summary |
---|---|
<init> | Configs() |
Functions
Name | Summary |
---|---|
baseUrlAdapterFactory | abstract fun baseUrlAdapterFactory(): Callable < Callable < String !>!>? |
builder | open static fun builder(): Builder! |
co2PreferencesFactory | abstract fun co2PreferencesFactory(): Callable < Co2Preferences !>? |
context | abstract fun context(): Context! |
debuggable | open fun debuggable(): Boolean |
errorHandler | abstract fun errorHandler(): Consumer< Throwable !>? |
extraQueryMapProvider | abstract fun extraQueryMapProvider(): ExtraQueryMapProvider ? |
isUuidOptedOut | open fun isUuidOptedOut(): Boolean |
key | abstract fun key(): Callable < Key !>! |
tripPreferencesFactory | abstract fun tripPreferencesFactory(): Callable < TripPreferences !>? |
userTokenProvider | abstract fun userTokenProvider(): Callable < String !>? |