Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Information about a progressing download.

Link copied to clipboard

Configuration options for the PowerSyncDatabase.connect method, allowing customization of the HTTP client used to connect to the PowerSync service.

Link copied to clipboard

Provides realtime progress on how PowerSync is downloading rows.

Link copied to clipboard
class SyncOptions(val newClientImplementation: Boolean = false, val userAgent: String = userAgent(), val clientConfiguration: SyncClientConfiguration? = null)

Experimental options that can be passed to PowerSyncDatabase.connect to specify an experimental connection mechanism.

Link copied to clipboard
Link copied to clipboard
interface SyncStatusData

Functions

Link copied to clipboard
fun HttpClientConfig<*>.configureSyncHttpClient(userAgent: String = userAgent())

This API is experimental and may change in future releases.