ImageRepresentation
A sealed class representing the different available ways of passing an image file / jpeg for document upload
Inheritors
Types
Link copied to clipboard
class EncryptedImageFile(encryptedImageFile: File, context: Context) : DocumentUploadPayload.ImageRepresentation
Link copied to clipboard
class EncryptedImageFilePath(encryptedImageFilePath: String, context: Context) : DocumentUploadPayload.ImageRepresentation
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard