API for working with runtime configuration.
Unique identifier for the RuntimeConfigurationApi API.
Adds an event listener for the specified event type.
The type of event to listen for.
The event listener to add.
A function that can be called to remove the event listener.
Gets the constants from the active runtime configuration. Private constant values are not accessible and will have status "private".
A promise that resolves to an array of constant values.
Removes an event listener for the specified event type.
The type of event to remove the listener from.
The event listener to remove.
API for working with runtime configuration.