Nordic Common Libraries
Toggle table of contents
2.4.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nordic Common Libraries
ui
/
no.nordicsemi.android.common.ui.view
/
PagerViewItem
Pager
View
Item
class
PagerViewItem
(
val
title
:
String
,
val
drawView
:
@
Composable
(
)
->
Unit
)
Representation of a pager view item.
Parameters
title
The title of the pager view item.
draw
View
The view to be displayed.
Members
Constructors
Pager
View
Item
Link copied to clipboard
constructor
(
title
:
String
,
drawView
:
@
Composable
(
)
->
Unit
)
Properties
draw
View
Link copied to clipboard
val
drawView
:
@
Composable
(
)
->
Unit
title
Link copied to clipboard
val
title
:
String