enableEarcon

open suspend fun enableEarcon(earconType: VpaEarconType, enable: Boolean)

Enables or disables the earcon of type earconType. An earcon sound will be played only if its corresponding VpaEarconType is enabled.

Parameters

earconType

VpaEarconType of the earcon to be updated.

enable

true if earcon should be enabled, false otherwise.