Package com.getsensibill.capturestandalone.models

Types

BareCapturedReceiptData
Link copied to clipboard
open class BareCapturedReceiptData : Serializable
Serializable class representing a captured receipt.
CaptureConfig
Link copied to clipboard
data class CaptureConfig(enableCaptureTips: Boolean, allowFlashToggling: Boolean, defaultFlashMode: FlashMode, enableAutoCapture: Boolean, initialAutoCaptureState: Boolean, enableLongReceiptPageToast: Boolean, enableGalleryImport: Boolean, @IntRange(from = 1.toLong(), to = 10.toLong()maxImages: Int, enableLongCapture: Boolean, enableCrop: Boolean, enableSecureWindow: Boolean, attachLocationData: Boolean, compressForSensibillApi: Boolean, enableCaptureProgressFeedback: Boolean) : Serializable
Configuration class to be sent to CaptureStandaloneActivity.
CaptureTipData
Link copied to clipboard
data class CaptureTipData(@DrawableRes() tipIcon: Int, @DrawableRes() iconFill: Int?, @StringRes() tipTitle: Int, @StringRes() tipDescription: Int) : Parcelable
Parcelable data class used to define tips as displayed in the CaptureTipsActivity.
FlashMode
Link copied to clipboard
enum FlashMode : Enum<FlashMode>
Enum representing the available flash modes.