Class ApplicationConfigurationPublicationConfig


  • @Configuration
    public class ApplicationConfigurationPublicationConfig
    extends Object
    Provides the application configuration needed for the mobile client. Contains all necessary sub-configs, including:
    • Exposure Configuration
    • Risk Score Classification
    • App Config, e.g. minimum risk threshold
    • Supported countries
    • Min/Max application version configuration

    The application config is fetched from the master-config folder. Furthermore it's extended with the list of supported countries and the min/max application versions for android/ios.

    • Field Detail

      • MASTER_FILE

        public static final String MASTER_FILE
        The location of the exposure configuration master file.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ApplicationConfigurationPublicationConfig

        public ApplicationConfigurationPublicationConfig()