PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.sync
/
SyncClientConfiguration
/
ExtendedConfig
Extended
Config
@
HiddenFromObjC
class
ExtendedConfig
(
val
block
:
HttpClientConfig
<
*
>
.
(
)
->
Unit
)
:
SyncClientConfiguration
(
source
)
Extends the default Ktor
HttpClient
configuration with the provided block.
Members
Constructors
Extended
Config
Link copied to clipboard
constructor
(
block
:
HttpClientConfig
<
*
>
.
(
)
->
Unit
)
Properties
block
Link copied to clipboard
val
block
:
HttpClientConfig
<
*
>
.
(
)
->
Unit