DeviceType
@objc(YMADeviceType)
@objcMembers
public final class DeviceType : NSObject, OptionSet, Sendable
Device types.
-
Declaration
Swift
public var rawValue: UInt { get } -
Declaration
Swift
override public required convenience init() -
Declaration
Swift
public required convenience init(rawValue: UInt) -
The device is not defined.
Declaration
Swift
public static let none: DeviceType -
Real device.
Declaration
Swift
public static let hardware: DeviceType -
A device simulator.
Declaration
Swift
public static let simulator: DeviceType