ExtensionType

enum ExtensionType : String

Constants indicating a filename’s extension.

Only a few common filename extensions are defined here. Over time, as the number of uunique use cases grows, it is expected that more filename extensions will be defined here.

  • aif

    An audio type.

    Declaration

    Swift

    case aif
  • caf

    Declaration

    Swift

    case caf
  • wav

    Declaration

    Swift

    case wav
  • A data types.

    Declaration

    Swift

    case json
  • Declaration

    Swift

    case plist
  • Declaration

    Swift

    case sqlite
  • pdf

    An image types.

    Declaration

    Swift

    case pdf
  • png

    Declaration

    Swift

    case png
  • The default type.

    Declaration

    Swift

    case none = ""