Swiftagram Documentation

Structure Client.​Device.​Hardware

struct Hardware: Equatable, Codable  

A struct defining some device-specific characteristics.

Visit the link below to find out more about possible values: https://developers.whatismybrowser.com/useragents/explore/software_name/instagram

%133 Client.Device.Hardware Client.Device.Hardware Equatable Equatable Client.Device.Hardware->Equatable Codable Codable Client.Device.Hardware->Codable

Member Of

Client.Device

A struct defining all possible information about a (mock) device.

Conforms To

Codable
Equatable

Properties

model

public let model: String

The model.

brand

public let brand: String? 

The brand. Populated for Android devices alone.

boot

public let boot: String? 

The boot. Populated for Andorid devices alone.

cpu

public let cpu: String? 

The CPU. Populated for Android devices alone.

manufacturer

public let manufacturer: String? 

The manufacturer.