Package com.getsensibill.capturestandalone.config
Types
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, documentTypeStrings: DocumentTypeStrings, documentType: CaptureDocumentType) : Serializable
Content copied to clipboard
Configuration class to be sent to CaptureStandaloneActivity.
CaptureDocumentType
Link copied to clipboard
DocumentTypeStrings
Link copied to clipboard
data class DocumentTypeStrings(tipsStrings: DocumentTypeStrings.Tips, permissions: DocumentTypeStrings.Permissions, captureStrings: DocumentTypeStrings.Capture) : Serializable
Content copied to clipboard