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
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
Returns
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
Name | Type | Description |
---|---|---|
definition | Readonly <AuralAlertDefinition > | The definition of the alert to register. |
Returns
void
Defined in
src/sdk/utils/sound/AuralAlertRegistrationManager.ts:31