shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.display
/
MainContainerComponentOptions
/
MainContainerComponentOptions
Main
Container
Component
Options
constructor
(
backgroundColor
:
Int
=
0xFF000000.toInt()
,
children
:
List
<
MediaSfuUIComponent
>
=
emptyList()
,
containerWidthFraction
:
Double
=
1.0
,
containerHeightFraction
:
Double
=
1.0
,
marginLeft
:
Int
=
0
,
marginRight
:
Int
=
0
,
marginTop
:
Int
=
0
,
marginBottom
:
Int
=
0
,
padding
:
Int
=
0
)