BackgroundScanningMode public enum BackgroundScanningMode : Int Enum describing the requested SDK scanning mode standard Scan and connect to readers while the app is running in the foreground only Declaration Swift case standard = 0 extended Scan and connect to readers while the app is running in the foreground and background Declaration Swift case extended = 1