ScanType
public enum ScanType : String
Scan type enum
-
Not known
Declaration
Swift
case none -
Usher access QR code scan
Declaration
Swift
case usherAccess -
Non-Usher QR code scan
Declaration
Swift
case nonUsherQR -
Network manager QR code scan
Declaration
Swift
case networkManager -
Usher user validation QR code scan
Declaration
Swift
case usherUserQR -
Usher Server QR code scan
Declaration
Swift
case usherServerQR -
Desktop login QR code scan
Declaration
Swift
case computerLogin
ScanType Enumeration Reference