This complementary mobile application of KontroliD, allows to generate a QR code as an image based on a previous text.
To use it from KontroliD, a text type question is included in the form, apparently placing the call to the external application with the corresponding parameters. On your mobile you will see the Start button that activates the application and generates the QR code for viewing and / or saves it in images.
ex: com.kontrolid.qrcode.generator (parameters) in appearance activates the application.
Accepts the following parameters:
token (Required): Corresponds to the key (Password) required for the application to run. This token is unique for each application or organization, therefore, it is only necessary to include it once in the form. This value is requested through the KontroliD sales representative.
data: The text generated by the QR code. (Required)
saveimage: ‘true’ or ‘false’. Set to 'true', it saves the image of the generated QR code, in a qrcode folder within DCIM or image gallery. (Optional, by default it is 'false')
filename: The name of the .png file where the image is stored. If not defined, it is assigned as qr_time stamp that is qr_YYYYmmdd-HHMMSS.png (Optional)
footer: ‘true’ or ‘false’. Set to 'true', it places the text below the generated QR code.
direct: ‘true’ or ‘false’. Set to 'true', save the image of the generated QR code and return to the main form. (Optional, by default it is 'false'). Note: If direct is 'true' and saveimage = 'false', saveimage is not taken into account and the image is saved anyway.
To use it from KontroliD, a text type question is included in the form, apparently placing the call to the external application with the corresponding parameters. On your mobile you will see the Start button that activates the application and generates the QR code for viewing and / or saves it in images.
ex: com.kontrolid.qrcode.generator (parameters) in appearance activates the application.
Accepts the following parameters:
token (Required): Corresponds to the key (Password) required for the application to run. This token is unique for each application or organization, therefore, it is only necessary to include it once in the form. This value is requested through the KontroliD sales representative.
data: The text generated by the QR code. (Required)
saveimage: ‘true’ or ‘false’. Set to 'true', it saves the image of the generated QR code, in a qrcode folder within DCIM or image gallery. (Optional, by default it is 'false')
filename: The name of the .png file where the image is stored. If not defined, it is assigned as qr_time stamp that is qr_YYYYmmdd-HHMMSS.png (Optional)
footer: ‘true’ or ‘false’. Set to 'true', it places the text below the generated QR code.
direct: ‘true’ or ‘false’. Set to 'true', save the image of the generated QR code and return to the main form. (Optional, by default it is 'false'). Note: If direct is 'true' and saveimage = 'false', saveimage is not taken into account and the image is saved anyway.
Show More