Skip to content

Instantly share code, notes, and snippets.

@StErMi
Last active May 15, 2017 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StErMi/f36378a5ed8d407528ecccbcfdc67030 to your computer and use it in GitHub Desktop.
Save StErMi/f36378a5ed8d407528ecccbcfdc67030 to your computer and use it in GitHub Desktop.
openui5-qrcode Methods.md
Name Description
reDraw Draw the QRCode. If the QR Code does not exist it creates a new one, if it already exist it just refresh it
clear Clear the QR Code
getText Return the text of the QR Code
setText Set a new text of the QR Code
getWidth Return the width of the QR Code
setWidth Set the width of the QR Code
getHeight Return the height of the QR Code
setHeight Set the height of the QR Code
getColorDark Return the RGB dark color of the QR Code
setColorDark Set the RGB dark color of the QR Code
getColorLight Return the RGB light color of the QR Code
setColorLight Set the RGB light color of the QR Code
getCorrectLevel Return the Error Correction Level of the QR Code
setCorrectLevel Set the Error Correction Level of the QR Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment