-
ID of the device
Declaration
Swift
public lazy var id: DeviceId { get set } -
Name of the device
Declaration
Swift
public lazy var name: DeviceName? { get set } -
Whether this is the device that was used to make the API request
Declaration
Swift
public lazy var isCurrentDevice: Bool { get set } -
Date and time when the device was created
Declaration
Swift
public lazy var created: Date { get set } -
Date and time when the device was last updated
Declaration
Swift
public lazy var lastUpdated: Date { get set }
View on GitHub
UserDevice Class Reference