View on GitHub

sensibill-android-documentation

All Types

Name Summary
com.getsensibill.capturestandalone.models.BareCapturedReceiptData Serializable class representing a captured receipt.
com.getsensibill.capturestandalone.models.CaptureConfig Configuration class to be sent to CaptureStandaloneActivity. This class defines the configurable behaviour for CaptureStandaloneActivity
com.getsensibill.capturestandalone.models.CapturedReceiptData Class representing a captured receipt.
com.getsensibill.capturestandalone.CaptureStandaloneActivity Single Entry Point into the sensibill-capture-standalone module, and Activity that directs the receipt capture flow.
com.getsensibill.capturestandalone.models.FlashMode Enum representing the available flash modes.
com.getsensibill.capturestandalone.models.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.