toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
media
/
com.splendo.kaluga.media
/
MediaPlayer
/
Controls
/
Stop
Stop
class
Stop
(
val
perform
:
suspend
(
)
->
Unit
)
:
MediaPlayer.Controls.ControlType
A
ControlType
that allows a
MediaPlayer
to be stopped
Members
Constructors
Stop
Link copied to clipboard
constructor
(
perform
:
suspend
(
)
->
Unit
)
Properties
perform
Link copied to clipboard
val
perform
:
suspend
(
)
->
Unit
action to stop the
MediaPlayer