Skip to main content

Class: AuralAlertRegistrationManager

A manager for registering aural alerts. Alerts can be registered with an AuralAlertSystem through the manager, which also handles registration requests from the alert system.

Constructors

constructor

new AuralAlertRegistrationManager(bus): AuralAlertRegistrationManager

Creates a new instance of AuralAlertRegistrationManager.

Parameters

NameTypeDescription
busEventBusThe event bus.

Returns

AuralAlertRegistrationManager

Defined in

src/sdk/utils/sound/AuralAlertRegistrationManager.ts:20

Methods

destroy

destroy(): void

Destroys this manager.

Returns

void

Defined in

src/sdk/utils/sound/AuralAlertRegistrationManager.ts:56


register

register(definition): void

Registers an aural alert.

Parameters

NameTypeDescription
definitionReadonly<AuralAlertDefinition>The definition of the alert to register.

Returns

void

Defined in

src/sdk/utils/sound/AuralAlertRegistrationManager.ts:31