CatchQRCallback: ((qrCode, asciiQR, attempt, urlCode?) => void)

A callback will be received, informing the status of the qrcode

Type declaration

    • (qrCode, asciiQR, attempt, urlCode?): void
    • Parameters

      • qrCode: string
      • asciiQR: string
      • attempt: number
      • Optional urlCode: string

      Returns void