app
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
app
app
/
org.scottishtecharmy.soundscape.services.mediacontrol
/
AudioMenu
/
MenuItem
/
Action
Action
data
class
Action
(
val
label
:
String
,
val
action
:
(
)
->
Unit
)
:
AudioMenu.MenuItem
A leaf node that executes an action when selected.
Members
Constructors
Action
Link copied to clipboard
constructor
(
label
:
String
,
action
:
(
)
->
Unit
)
Properties
action
Link copied to clipboard
val
action
:
(
)
->
Unit
label
Link copied to clipboard
open
override
val
label
:
String