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.dialogs
/
CompressAsDialog
Compress
As
Dialog
class
CompressAsDialog
(
val
activity
:
BaseAbstractActivity
,
val
path
:
String
,
val
callback
:
(
destination
:
String
)
->
Unit
)
Members
Constructors
Compress
As
Dialog
Link copied to clipboard
constructor
(
activity
:
BaseAbstractActivity
,
path
:
String
,
callback
:
(
destination
:
String
)
->
Unit
)
Properties
activity
Link copied to clipboard
val
activity
:
BaseAbstractActivity
callback
Link copied to clipboard
val
callback
:
(
destination
:
String
)
->
Unit
path
Link copied to clipboard
val
path
:
String