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
Confirmation
Dialog
class
ConfirmationDialog
(
activity
:
Activity
,
message
:
String
=
""
,
messageId
:
Int
=
R.string.proceed_with_deletion
,
positive
:
Int
=
R.string.yes
,
negative
:
Int
=
R.string.no
,
val
callback
:
(
)
->
Unit
)
M3 card confirmation dialog.
Members
Constructors
Confirmation
Dialog
Link copied to clipboard
constructor
(
activity
:
Activity
,
message
:
String
=
""
,
messageId
:
Int
=
R.string.proceed_with_deletion
,
positive
:
Int
=
R.string.yes
,
negative
:
Int
=
R.string.no
,
callback
:
(
)
->
Unit
)
Properties
callback
Link copied to clipboard
val
callback
:
(
)
->
Unit
dialog
Link copied to clipboard
val
dialog
:
AlertDialog