Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
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