Progress

data class Progress(val estimate: Double)

A progress indicator emitted by flows created from SyncSession.progressAsFlow.

Constructors

Link copied to clipboard
constructor(estimate: Double)

Properties

Link copied to clipboard

Transfer progress estimation ranged from 0.0 to 1.0.

Link copied to clipboard

Property indicating if all pending bytes have been transferred.