DownloadType

public enum DownloadType

Media download type.

  • Download original media (with metadata) and digital signature if available.

    Declaration

    Swift

    case full
  • Download preview image only (without metadata), if available.

    Declaration

    Swift

    case preview