DeviceInfo

@objc(VerIDDeviceInfo)
public class DeviceInfo : NSObject, Codable

Device information

Since

2.6.0
  • Device model

    Declaration

    Swift

    @objc
    public let model: String
  • Device make

    Declaration

    Swift

    @objc
    public let make: String
  • os

    Operating system

    Declaration

    Swift

    @objc
    public let os: String
  • Operating system version

    Declaration

    Swift

    @objc
    public let osVersion: String