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.storage
/
TrashManager
/
TrashedItem
Trashed
Item
data
class
TrashedItem
(
val
trashPath
:
String
,
val
originalPath
:
String
,
val
name
:
String
,
val
deletedAt
:
Long
,
val
isDirectory
:
Boolean
)
Members
Constructors
Trashed
Item
Link copied to clipboard
constructor
(
trashPath
:
String
,
originalPath
:
String
,
name
:
String
,
deletedAt
:
Long
,
isDirectory
:
Boolean
)
Properties
deleted
At
Link copied to clipboard
val
deletedAt
:
Long
is
Directory
Link copied to clipboard
val
isDirectory
:
Boolean
name
Link copied to clipboard
val
name
:
String
original
Path
Link copied to clipboard
val
originalPath
:
String
trash
Path
Link copied to clipboard
val
trashPath
:
String