Secure File Manager
Toggle table of contents
0.1.9-beta
release
Target filter
release
Switch theme
Search in API
Skip to content
Secure File Manager
app
/
ltechnologies.onionphone.securefilemanager.transfer
/
TransferResult
Transfer
Result
data
class
TransferResult
(
val
success
:
Boolean
,
val
transferredCount
:
Int
,
val
expectedCount
:
Int
,
val
destinationPath
:
String
,
val
failedPaths
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Transfer
Result
Link copied to clipboard
constructor
(
success
:
Boolean
,
transferredCount
:
Int
,
expectedCount
:
Int
,
destinationPath
:
String
,
failedPaths
:
List
<
String
>
=
emptyList()
)
Properties
destination
Path
Link copied to clipboard
val
destinationPath
:
String
expected
Count
Link copied to clipboard
val
expectedCount
:
Int
failed
Paths
Link copied to clipboard
val
failedPaths
:
List
<
String
>
success
Link copied to clipboard
val
success
:
Boolean
transferred
Count
Link copied to clipboard
val
transferredCount
:
Int