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
/
RadioGroupDialog
/
RadioGroupDialog
Radio
Group
Dialog
constructor
(
activity
:
Activity
,
items
:
ArrayList
<
RadioItem
>
,
checkedItemId
:
Int
=
-1
,
titleId
:
Int
=
0
,
showOKButton
:
Boolean
=
false
,
cancelCallback
:
(
)
->
Unit
?
=
null
,
callback
:
(
newValue
:
Any
)
->
Unit
)