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.model.common
/
NestItem
Nest
Item
android
data
class
NestItem
(
val
item
:
Item
,
val
selectedItem
:
Item
?
)
(
source
)
Members
Constructors
Nest
Item
Link copied to clipboard
android
constructor
(
item
:
Item
,
selectedItem
:
Item
?
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
item
Link copied to clipboard
android
val
item
:
Item
selected
Item
Link copied to clipboard
android
val
selectedItem
:
Item
?