Class QRCodeVisualRenderer


  • public class QRCodeVisualRenderer
    extends java.lang.Object
    The QRCodeVisualRenderer class provides a static method to render a QR code by combining a set of visual features.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static android.graphics.Bitmap renderQRCodeVisual​(android.content.Context context, java.util.ArrayList<java.lang.Integer> featureList)
      Renders a QR code by combining a set of visual features.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QRCodeVisualRenderer

        public QRCodeVisualRenderer()
    • Method Detail

      • renderQRCodeVisual

        public static android.graphics.Bitmap renderQRCodeVisual​(android.content.Context context,
                                                                 java.util.ArrayList<java.lang.Integer> featureList)
        Renders a QR code by combining a set of visual features.
        Parameters:
        context - The context used to access resources.
        featureList - The list of feature IDs used to build the QR code.
        Returns:
        The generated QR code bitmap.