CardMimeType

public enum CardMimeType : String, CaseIterable

Enumeration type for supported MimeType.

Since

1.0.0
  • pdf

    PDF image type for image resource.

    Declaration

    Swift

    case pdf = "application/pdf"
  • png

    PNG image type for image resource. It may contain several resources with different image resolutions.

    Declaration

    Swift

    case png = "image/png"
  • svg

    SVG image type for image resource.

    Declaration

    Swift

    case svg = "image/svg+xml"