View on GitHub

sensibill-android-documentation

com.getsensibill.capturestandalone.models

Package com.getsensibill.capturestandalone.models

Types

Name Summary
BareCapturedReceiptData open class BareCapturedReceiptData : Serializable
Serializable class representing a captured receipt.
CaptureConfig data class CaptureConfig : Serializable
Configuration class to be sent to CaptureStandaloneActivity. This class defines the configurable behaviour for CaptureStandaloneActivity
CapturedReceiptData class CapturedReceiptData : BareCapturedReceiptData
Class representing a captured receipt.
FlashMode enum class FlashMode
Enum representing the available flash modes.
Quadrilateral open class Quadrilateral
General model used to store the information that defines a quadrilateral. Specifically, the coordinates of four corners. This class remains open, with the ability to override onPointsUpdated so subclasses are able to to perform additional calculations or provide additional functionality whenever the corners of the quadrilateral are updated.