shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.misc
/
SettingsButtonOptions
/
SettingsButtonOptions
Settings
Button
Options
constructor
(
onPress
:
(
)
->
Unit
,
icon
:
String
=
"settings"
,
size
:
Int
=
40
,
position
:
ButtonPosition
=
ButtonPosition.TOP_RIGHT
,
backgroundColor
:
Int
=
0x80000000.toInt()
,
iconColor
:
Int
=
0xFFFFFFFF.toInt()
,
showBadge
:
Boolean
=
false
,
badgeCount
:
Int
=
0
)