toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui-toolkit
/
io.snabble.sdk.widgets.snabble.devsettings.login.viewmodel
/
DevSettingsLoginViewModel
Dev
Settings
Login
View
Model
class
DevSettingsLoginViewModel
:
ViewModel
Members
Constructors
Dev
Settings
Login
View
Model
Link copied to clipboard
constructor
(
)
Properties
click
Count
Link copied to clipboard
val
clickCount
:
StateFlow
<
Int
>
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
?
inc
Click
Count
Link copied to clipboard
fun
incClickCount
(
)