PreserveDevices

public enum PreserveDevices : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case none = "NONE"
  • Undocumented

    Declaration

    Swift

    case preserve = "PRESERVE"
  • Declaration

    Swift

    public var description: String { get }