Structures
The following structures are available globally.
-
A
See moreQEDFile
represents a media file to be notarized by theQEDSDK
Declaration
Swift
public struct QEDFile : Codable
-
QEDModel
provides a set of helper methods to aid on persisting a data model ( represented as an array ofQEDReport
instances and its associatedQEDFile
instances).Usage of
See moreQEDModel
is optional and is meant just as an aid to speed up your data source implementation.Declaration
Swift
public struct QEDModel
-
A
See moreQEDReport
represents a group of files stored that can be time stamped and notarised by the backendDeclaration
Swift
public struct QEDReport : Codable
-
A
See moreQEDUserProperties
represents user information inclduing email, phone and mailing list subscriptionsDeclaration
Swift
public struct QEDUserProperties : Codable
-
A representation of a mail list by name and subscripiton status
See moreDeclaration
Swift
public struct MFMailList : Codable