Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class TransferEngine(context: Context, onError: (String) -> Unit)
Link copied to clipboard
data class TransferResult(val success: Boolean, val transferredCount: Int, val expectedCount: Int, val destinationPath: String, val failedPaths: List<String> = emptyList())