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
/
FileConflictDialog
File
Conflict
Dialog
class
FileConflictDialog
(
val
activity
:
Activity
,
fileDirItem
:
FileDirItem
,
showApplyToAllCheckbox
:
Boolean
,
val
callback
:
(
resolution
:
Int
,
applyForAll
:
Boolean
)
->
Unit
)
Members
Constructors
File
Conflict
Dialog
Link copied to clipboard
constructor
(
activity
:
Activity
,
fileDirItem
:
FileDirItem
,
showApplyToAllCheckbox
:
Boolean
,
callback
:
(
resolution
:
Int
,
applyForAll
:
Boolean
)
->
Unit
)
Properties
activity
Link copied to clipboard
val
activity
:
Activity
binding
Link copied to clipboard
val
binding
:
DialogFileConflictBinding
callback
Link copied to clipboard
val
callback
:
(
resolution
:
Int
,
applyForAll
:
Boolean
)
->
Unit