staffstart-android-sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
staffstart-android-sdk
example
/
com.vanish.standard.example.ui.components
/
ProductScreen
Product
Screen
@
Composable
fun
ProductScreen
(
useDarkTheme
:
Boolean
,
baseProductCode
:
String
?
=
null
,
onTapSnapPlayDetail
:
(
snapPlayId
:
Int
)
->
Unit
,
onTapReadMore
:
(
baseProductCode
:
String
?
)
->
Unit
,
onFavoriteAttemptWithoutLogin
:
(
)
->
Unit
=
{}
)