Function: setAlertToneInvoker()
setAlertToneInvoker(
invoker:AlertToneInvoker):void
Defined in: src/components/Alerts/alertCoordinator.ts:160
Overrides the alert tone invoker implementation.
Parametersโ
invokerโ
Replacement alert tone invoker.
Returnsโ
void
Remarksโ
Primarily intended for testing to replace the tone playback with a spy or no-op implementation without mutating global audio state.