setAppMuted

actual fun setAppMuted(muted: Boolean)

Sets whether the app's audio is muted.

Parameters

muted

Whether to mute the app's audio.

expect fun setAppMuted(muted: Boolean)

Sets whether the app's audio is muted for ads.

Parameters

muted

true to mute the app's audio, false to unmute.

actual fun setAppMuted(muted: Boolean)