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