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.models
/
RadioItem
Radio
Item
data
class
RadioItem
(
val
id
:
Int
,
val
title
:
String
,
val
value
:
Any
=
id
)
Members
Constructors
Radio
Item
Link copied to clipboard
constructor
(
id
:
Int
,
title
:
String
,
value
:
Any
=
id
)
Properties
id
Link copied to clipboard
val
id
:
Int
title
Link copied to clipboard
val
title
:
String
value
Link copied to clipboard
val
value
:
Any