VerifyQRStatus
public enum VerifyQRStatus
The status of the QRCode verification / processing
-
The workflow needs active confirmation from user to proceed ahead. Typically this case is handled internally by UsherSDK and the necessary UsherSDK UI prompting workflows are triggered.
Declaration
Swift
case needsUserConfirmation
-
Success
Declaration
Swift
case success
-
Failure
Declaration
Swift
case failure
-
Denied
Declaration
Swift
case denied
-
The workflow was cancelled by the user.
Declaration
Swift
case cancel
-
The workflow cannot proceed ahead as it required login.
Declaration
Swift
case credentialRequired