BarcodeType

NS_ENUM(NSUInteger, BarcodeType) {
    BarcodeTypeNONE,
    BarcodeTypeAZTEC,
    BarcodeTypeCODABAR,
    BarcodeTypeCODE_39,
    BarcodeTypeCODE_93,
    BarcodeTypeCODE_128,
    BarcodeTypeDATA_MATRIX,
    BarcodeTypeEAN_8,
    BarcodeTypeEAN_13,
    BarcodeTypeITF,
    BarcodeTypeMAXICODE,
    BarcodeTypePDF_417,
    BarcodeTypeQR_CODE,
    BarcodeTypeRSS_14,
    BarcodeTypeRSS_EXPANDED,
    BarcodeTypeUPC_A,
    BarcodeTypeUPC_E,
    BarcodeTypeUPC_EAN_EXTENSION
}

Undocumented