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.searchMenu
/
ItemProvider
Item
Provider
android
class
ItemProvider
(
contents
:
ListWithBorderContents
,
border
:
BorderInfo
)
:
LazyLayoutItemProvider
(
source
)
Members
Constructors
Item
Provider
Link copied to clipboard
android
constructor
(
contents
:
ListWithBorderContents
,
border
:
BorderInfo
)
Properties
item
Count
Link copied to clipboard
android
open
override
val
itemCount
:
Int
Functions
get
Content
Type
Link copied to clipboard
android
open
fun
getContentType
(
index
:
Int
)
:
Any
?
get
Index
Link copied to clipboard
android
open
fun
getIndex
(
key
:
Any
)
:
Int
get
Key
Link copied to clipboard
android
open
fun
getKey
(
index
:
Int
)
:
Any
Item
Link copied to clipboard
android
@
Composable
open
override
fun
Item
(
index
:
Int
,
key
:
Any
)