Structures

The following structures are available globally.

  • A QEDFile represents a media file to be notarized by the QEDSDK

    See more

    Declaration

    Swift

    public struct QEDFile : Codable
  • QEDModel provides a set of helper methods to aid on persisting a data model ( represented as an array of QEDReport instances and its associated QEDFile instances).

    Usage of QEDModel is optional and is meant just as an aid to speed up your data source implementation.

    See more

    Declaration

    Swift

    public struct QEDModel
  • A QEDReport represents a group of files stored that can be time stamped and notarised by the backend

    See more

    Declaration

    Swift

    public struct QEDReport : Codable
  • A QEDUserProperties represents user information inclduing email, phone and mailing list subscriptions

    See more

    Declaration

    Swift

    public struct QEDUserProperties : Codable
  • A representation of a mail list by name and subscripiton status

    See more

    Declaration

    Swift

    public struct MFMailList : Codable