shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.display
/
ControlButtonsComponentTouchOptions
/
ControlButtonsComponentTouchOptions
Control
Buttons
Component
Touch
Options
constructor
(
buttons
:
List
<
ControlButtonOptions
>
=
emptyList()
,
position
:
String
=
"bottom"
,
direction
:
String
=
"horizontal"
,
showAspect
:
Boolean
=
true
,
backgroundColor
:
Int
=
0x80000000.toInt()
,
buttonBackgroundColor
:
Int
=
0x40FFFFFF.toInt()
,
buttonSpacing
:
Int
=
16
,
buttonSize
:
Int
=
56
)