Class CaptureResult


  • public class CaptureResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CaptureResult​(int captureType, android.graphics.Bitmap capturedBitmap)
      Constructor for the captured result object
    • Constructor Detail

      • CaptureResult

        public CaptureResult​(int captureType,
                             android.graphics.Bitmap capturedBitmap)
        Constructor for the captured result object
        Parameters:
        captureType - capture type from DigifiedConstants.CaptureType
        capturedBitmap - the capture bitmap image
    • Method Detail

      • getCaptureType

        public int getCaptureType()
        Getter method for captureType
        Returns:
        the capture type of this CaptureResult
      • getCapturedBitmap

        public android.graphics.Bitmap getCapturedBitmap()
        Getter method for capturedBitmap
        Returns:
        captured Bitmap of this CaptureResult