Target
public enum Target : Int, Encodable
Where to display information.
-
Declaration
Swift
case both = 0 -
Declaration
Swift
case hardwareOnly = 1 -
Declaration
Swift
case softwareOnly = 2
View on GitHub
Target Enumeration Reference