Unpause

class Unpause(val perform: suspend () -> Unit) : MediaPlayer.Controls.ControlType

A ControlType that allows a MediaPlayer to be resumed after being paused

Constructors

Link copied to clipboard
constructor(perform: suspend () -> Unit)

Properties

Link copied to clipboard
val perform: suspend () -> Unit

action to resume the MediaPlayer