vnwalletui / com.venuenext.vnwalletui / QrConfig

QrConfig

enum class QrConfig

Determines the functionality of QR code and scanner.

Enum Values

VC_ONLY

Show only the QR code.

QR_SCANNER

Show only the camera scanner to read a Qr Code from a kiosk.

VC_AND_SCANNER

Shows both the QR code and the camera to read the Qr Code from a kiosk, with a toggle to move between modes.

NONE

Hide the QR/Camera scanner section entirely.