Configuration Service
Introduction
The Elevate Configuration Service is in charge of handling the Configuration retrieval based on the Application segmentation values.
The Configuration service is in charge of defining the behaviour of the Elevate client-side applications, like when the search should be triggered, how ofter we need to store a playback bookmark, if we enable or disable an experimental feature or provide crucial data to the project service implementations.
The Existing Control Configuration Provider is a singleton class due to the nature of the Control SDK.
Current Interface definition can be accessed by going to Config.ts on github