VPSControllerConstants

public enum VPSControllerConstants
  • The time interval that has elapsed since the last successful scan, after which the scan will automatically start in the background.

    Declaration

    Swift

    public static var backgroundScanTimeInterval: TimeInterval
  • Number of consecutive background scan failures after which the scan timer is reset to delay the next attempt.

    Declaration

    Swift

    public static var backgroundScanFailureResetThreshold: Int
  • The minimum inclination angle in degrees required to send an image during a background scan. Stricter than the foreground threshold to reduce noise.

    Declaration

    Swift

    public static var backgroundScanMinInclinationAngle: CLLocationDegrees