Device

@objcMembers
public class Device : NSObject, Codable

Device information

  • id

    Device ID

    Declaration

    Swift

    public var id: String?
  • Device name

    Declaration

    Swift

    public var name: String?
  • Device type

    Declaration

    Swift

    public var type: String?