StorageStatus
public enum StorageStatus : Equatable
Storage status type.
-
Status not available.
Declaration
Swift
case notAvailable -
Storage is not formatted (i.e. has no recognized file system).
Declaration
Swift
case unformatted -
Storage is formatted (i.e. has recognized a file system).
Declaration
Swift
case formatted -
Storage status is not supported.
Declaration
Swift
case notSupported -
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)
View on GitHub
Install in Dash
StorageStatus Enumeration Reference