FileItemType

public enum FileItemType : String

Type of the individual file item

  • Undocumented

    Declaration

    Swift

    case jpeg
  • png

    Undocumented

    Declaration

    Swift

    case png
  • mp3

    Undocumented

    Declaration

    Swift

    case mp3
  • mp4

    Undocumented

    Declaration

    Swift

    case mp4
  • pdf

    Undocumented

    Declaration

    Swift

    case pdf
  • txt

    Undocumented

    Declaration

    Swift

    case txt
  • Undocumented

    Declaration

    Swift

    case unknown
  • Mime type of the file

    Declaration

    Swift

    var mimeType: String { get }
  • Supported Directory, which saves this file type

    Declaration

    Swift

    var supportedDirectory: FileItemDirectoryType { get }