Transferable
public enum Transferable : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case transferable = "TRANSFERABLE" -
Undocumented
Declaration
Swift
case untransferable = "UNTRANSFERABLE" -
Undocumented
Declaration
Swift
case dontKnow = "DONT_KNOW" -
Declaration
Swift
public var description: String { get }
View on GitHub
Transferable Enumeration Reference