MediaManagerServiceImpl

actual class MediaManagerServiceImpl(platformContext: PlatformContext, scope: <Error class: unknown class>) : MediaManagerService

Constructors

Link copied to clipboard
constructor(platformContext: PlatformContext, scope: <Error class: unknown class>)

Functions

Link copied to clipboard
expect open override fun observeSpeaker(): <Error class: unknown class><Boolean>
actual open override fun observeSpeaker(): <Error class: unknown class><Boolean>
Link copied to clipboard
expect open suspend override fun startMediaManager()

Suspends the execution of the current coroutine until the media manager is started. If it is already started, then it returns instantly.

actual open suspend override fun startMediaManager()

Suspends the execution of the current coroutine until the media manager is started. If it is already started, then it returns instantly.

Link copied to clipboard
expect open suspend override fun turnLoudSpeakerOff()
actual open suspend override fun turnLoudSpeakerOff()
Link copied to clipboard
expect open suspend override fun turnLoudSpeakerOn()
actual open suspend override fun turnLoudSpeakerOn()