toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui-toolkit
/
io.snabble.sdk.screens.profile.viewmodel
/
DynamicProfileViewModel
Dynamic
Profile
View
Model
class
DynamicProfileViewModel
:
DynamicViewModel
Members
Constructors
Dynamic
Profile
View
Model
Link copied to clipboard
constructor
(
)
Properties
actions
Link copied to clipboard
val
actions
:
SharedFlow
<
DynamicAction
>
dynamic
Config
Link copied to clipboard
val
dynamicConfig
:
StateFlow
<
DynamicConfig
?
>
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
?
set
Config
Link copied to clipboard
fun
setConfig
(
config
:
DynamicConfig
?
)