shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui.components.menu
/
ShareButton
Share
Button
data
class
ShareButton
(
val
icon
:
String
,
val
action
:
(
)
->
Unit
,
val
show
:
Boolean
=
true
)
Data classes for button types
Members
Constructors
Share
Button
Link copied to clipboard
constructor
(
icon
:
String
,
action
:
(
)
->
Unit
,
show
:
Boolean
=
true
)
Properties
action
Link copied to clipboard
val
action
:
(
)
->
Unit
icon
Link copied to clipboard
val
icon
:
String
show
Link copied to clipboard
val
show
:
Boolean
=
true