TransferResult

data class TransferResult(val success: Boolean, val transferredCount: Int, val expectedCount: Int, val destinationPath: String, val failedPaths: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(success: Boolean, transferredCount: Int, expectedCount: Int, destinationPath: String, failedPaths: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard