shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.menu
/
MenuButton
Menu
Button
data
class
MenuButton
(
val
icon
:
String
,
val
text
:
String
,
val
action
:
(
)
->
Unit
)
Members
Constructors
Menu
Button
Link copied to clipboard
constructor
(
icon
:
String
,
text
:
String
,
action
:
(
)
->
Unit
)
Properties
action
Link copied to clipboard
val
action
:
(
)
->
Unit
icon
Link copied to clipboard
val
icon
:
String
text
Link copied to clipboard
val
text
:
String