DeviceType

public struct DeviceType : Codable

[REQ:gemSpec_IDP_Dienst:A_21415:Device_Type] [REQ:gemSpec_IDP_Frontend:A_21591]

  • Declaration

    Swift

    public init(
        product: String,
        model: String,
        os: String, // swiftlint:disable:this identifier_name
        osVersion: String,
        manufacturer: String
    )
  • Declaration

    Swift

    public let product: String
  • Declaration

    Swift

    public let model: String
  • os

    Declaration

    Swift

    public let os: String
  • Declaration

    Swift

    public let osVersion: String
  • Declaration

    Swift

    public let manufacturer: String