SFU.scanQRCode()
- Last UpdatedSep 18, 2024
- 1 minute read
Use scanQRCode() method to trigger the Click event of the Scan QR Code control.
Syntax
SFU.scanQRCode(controlObject);
Parameters
|
Parameter |
Description |
|---|---|
|
controlObject |
Control which represents the QR Code control object. |
Return Value
None.
Example
// Trigger the Click event of the QR Code control.
var qrCodeControl = control.findById("Q1");
SFU.scanQRCode(qrCodeControl);