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 -
Declaration
Swift
public static var backgroundScanDistanceThreshold: CLLocationDistance -
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
View on GitHub