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
/
ConfirmationDialog
/
ConfirmationDialog
Confirmation
Dialog
constructor
(
activity
:
Activity
,
message
:
String
=
""
,
messageId
:
Int
=
R.string.proceed_with_deletion
,
positive
:
Int
=
R.string.yes
,
negative
:
Int
=
R.string.no
,
callback
:
(
)
->
Unit
)