SyncProgress

constructor(total: Int = 0, current: Int = 0, message: String? = null)

Parameters

total

The total number of items to sync.

current

The current number of items synced.

message

The message to display during the sync operation.