FileItemType
public enum FileItemType : String
Type of the individual file item
-
Undocumented
Declaration
Swift
case jpeg -
Undocumented
Declaration
Swift
case png -
Undocumented
Declaration
Swift
case mp3 -
Undocumented
Declaration
Swift
case mp4 -
Undocumented
Declaration
Swift
case pdf -
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 }
View on GitHub
FileItemType Enumeration Reference