BackgroundScanningMode

public enum BackgroundScanningMode : Int

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