Back to Website
Show / Hide Table of Contents

Enum BarcodeSubType

An enumeration of QR code subtypes.

Examples
var configuration = {
   autoLoadUserInfo: true,
   userInfo: {
       "Phone Number": {
           "BarcodeFormat": "QR_CODE",
           "BarcodeSubType": "Phone",
           "Phone": "5551234567"
       },
       "Url": {
           "BarcodeFormat": "QR_CODE",
           "BarcodeSubType": "Url",
           "Url": "https://example.com"
       }
   }
};

Fields

Name Description
Data

QR code representing arbitrary data.

None

QR code that does not require a subtype.

Phone

QR code representing a phone number. This barcode subtype uses the IBarcodeData.phone value.

Url

QR code representing a URL address. This barcode subtype uses the IBarcodeData.url value.

VCard

QR code representing VCard.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback