Class DistributionServiceConfig.AppConfigParameters.AndroidExposureDetectionParameters

    • Field Detail

      • MIN_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT

        public static final String MIN_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
        See Also:
        Constant Field Values
      • MAX_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT

        public static final String MAX_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
        See Also:
        Constant Field Values
      • MIN_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS

        public static final String MIN_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS
        See Also:
        Constant Field Values
      • MAX_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS

        public static final String MAX_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS
        See Also:
        Constant Field Values
    • Constructor Detail

      • AndroidExposureDetectionParameters

        public AndroidExposureDetectionParameters()
    • Method Detail

      • getMaxExposureDetectionsPerInterval

        public Integer getMaxExposureDetectionsPerInterval()
      • setMaxExposureDetectionsPerInterval

        public void setMaxExposureDetectionsPerInterval​(Integer maxExposureDetectionsPerInterval)
      • getOverallTimeoutInSeconds

        public Integer getOverallTimeoutInSeconds()
      • setOverallTimeoutInSeconds

        public void setOverallTimeoutInSeconds​(Integer overallTimeoutInSeconds)