toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.screens.settings
/
SettingViewModel
Setting
View
Model
class
SettingViewModel
@
Inject
constructor
(
pref
:
SharedPreferences
)
:
ViewModel
Members
Constructors
Setting
View
Model
Link copied to clipboard
@
Inject
constructor
(
pref
:
SharedPreferences
)
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?