Device
public struct Device
The structure that holds information about a device.
-
Device attributes
Declaration
Swift
public let attributes: [String : String]? -
The date this device was created.
Declaration
Swift
public let createDate: Date? -
The service generated unique identifier for device.
Declaration
Swift
public let deviceKey: String? -
The date this device was last authenticated.
Declaration
Swift
public let lastAuthenticatedDate: Date? -
The date this device was last updated.
Declaration
Swift
public let lastModifiedDate: Date?
View on GitHub
Install in Dash
Device Structure Reference