staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.view.presentation.component
/
CachingItemListView
Caching
Item
List
View
android
@
Composable
fun
<
T
>
CachingItemListView
(
modifier
:
Modifier
=
Modifier
,
getDisplayText
:
(
T
)
->
String
,
list
:
List
<
CachingTagListViewItem
<
T
>
>
,
onChange
:
(
List
<
CachingTagListViewItem
<
T
>
>
)
->
Unit
)
(
source
)