QRCodeType

public enum QRCodeType : Int

Types of Usher QR Code.

  • Badge QR Code.

    Declaration

    Swift

    case badge
  • Resource QR Code, including Physical Access, Logical Access, and Network Manager QR Code and the old Windows Login QR Code.

    Declaration

    Swift

    case resource
  • Computer Pairing QR Code.

    Declaration

    Swift

    case computerPairing
  • Deeplink.

    Declaration

    Swift

    case deeplink
  • Unknown QRCode Type, or incorrect QR Code.

    Declaration

    Swift

    case unknown