BackgroundScanningMode
public enum BackgroundScanningMode : Int, StringValueConvertible
Enum describing the requested SDK scanning mode
-
Scan and connect to readers while the app is running in the foreground only
Declaration
Swift
case standard = 0
-
Scan and connect to readers while the app is running in the foreground and background
Declaration
Swift
case extended = 1
-
Declaration
Swift
public var stringValue: String { get }