Uses of Class
org.robovm.apple.coreimage.CIQRCodeErrorCorrectionLevel
| Package | Description |
|---|---|
| org.robovm.apple.coreimage |
-
Uses of CIQRCodeErrorCorrectionLevel in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CIQRCodeErrorCorrectionLevel Modifier and Type Method Description CIQRCodeErrorCorrectionLevelCIQRCodeDescriptor. getErrorCorrectionLevel()static CIQRCodeErrorCorrectionLevelCIQRCodeErrorCorrectionLevel. valueOf(long n)Returns the enum constant of this type with the specified name.static CIQRCodeErrorCorrectionLevelCIQRCodeErrorCorrectionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static CIQRCodeErrorCorrectionLevel[]CIQRCodeErrorCorrectionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coreimage with parameters of type CIQRCodeErrorCorrectionLevel Modifier and Type Method Description static CIQRCodeDescriptorCIQRCodeDescriptor. descriptor(NSData errorCorrectedPayload, long symbolVersion, byte maskPattern, CIQRCodeErrorCorrectionLevel errorCorrectionLevel)protected longCIQRCodeDescriptor. init(NSData errorCorrectedPayload, long symbolVersion, byte maskPattern, CIQRCodeErrorCorrectionLevel errorCorrectionLevel)Constructors in org.robovm.apple.coreimage with parameters of type CIQRCodeErrorCorrectionLevel Constructor Description CIQRCodeDescriptor(NSData errorCorrectedPayload, long symbolVersion, byte maskPattern, CIQRCodeErrorCorrectionLevel errorCorrectionLevel)