AttachmentContext
public class AttachmentContext
Attachment Context facilites hierarchical components, i.e. AttachmentGroup and Attachment work together, for example setting and displaying error message and showing and dissmissing file picker.
-
For toggle PhotosPicker
Declaration
Swift
public var showPhotosPicker: Bool { get set }
-
For toggle FileImporter
Declaration
Swift
public var showFilesPicker: Bool { get set }
-
For toggle camera
Declaration
Swift
public var showCamera: Bool { get set }
-
For toggle Camera for PDF scanning
Declaration
Swift
public var showPdfScanner: Bool { get set }
-
For toggle Camera for Images scanning
Declaration
Swift
public var showImageScanner: Bool { get set }