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
abstract fun observeSpeaker(): <Error class: unknown class><Boolean>
open override fun observeSpeaker(): <Error class: unknown class><Boolean>
Link copied to clipboard
abstract suspend fun startMediaManager()

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

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
abstract suspend fun turnLoudSpeakerOff()
open suspend override fun turnLoudSpeakerOff()
Link copied to clipboard
abstract suspend fun turnLoudSpeakerOn()
open suspend override fun turnLoudSpeakerOn()