StorageType

@objc(GSStorageType)
public enum StorageType : Int, CustomStringConvertible

Storage type

  • The removable storage.

    Declaration

    Swift

    case removable
  • The internal storage.

    Declaration

    Swift

    case `internal`
  • Debug description.

    Declaration

    Swift

    public var description: String { get }