Payment Q R Code Reader
public class PaymentQRCodeReader
Content copied to clipboard
Internal use only. Reads the first supported QRCode payment data from images.
See PaymentQRCodeParser for supported formats.
Types
Functions
newInstance
Link copied to clipboard
static PaymentQRCodeReader newInstance(@NonNull() QRCodeDetectorTask qrCodeDetectorTask)
Content copied to clipboard
Create a new instance which uses the provided QRCodeDetectorTask to do QRCodedetection.
readFromImage
Link copied to clipboard
void readFromImage(@NonNull() Array<byte> image, @NonNull() Size imageSize, int rotation)
Content copied to clipboard
setListener
Link copied to clipboard