shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.menu
/
MenuItemComponentOptions
Menu
Item
Component
Options
data
class
MenuItemComponentOptions
(
val
icon
:
String
,
val
text
:
String
,
val
onPress
:
(
)
->
Unit
)
MenuItemComponent - Individual menu item.
Members
Constructors
Menu
Item
Component
Options
Link copied to clipboard
constructor
(
icon
:
String
,
text
:
String
,
onPress
:
(
)
->
Unit
)
Properties
icon
Link copied to clipboard
val
icon
:
String
on
Press
Link copied to clipboard
val
onPress
:
(
)
->
Unit
text
Link copied to clipboard
val
text
:
String