Structures
The following structures are available globally.
-
A
See moreQEDFilerepresents a media file to be notarized by theQEDSDKDeclaration
Swift
public struct QEDFile : Codable
-
QEDModelprovides a set of helper methods to aid on persisting a data model ( represented as an array ofQEDReportinstances and its associatedQEDFileinstances).Usage of
See moreQEDModelis optional and is meant just as an aid to speed up your data source implementation.Declaration
Swift
public struct QEDModel
-
A
See moreQEDReportrepresents a group of files stored that can be time stamped and notarised by the backendDeclaration
Swift
public struct QEDReport : Codable
-
A
See moreQEDUserPropertiesrepresents 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
Structures Reference