Device

public protocol Device

This represents the device that the SDK is running on.

  • A unique identifier of the device. In case of iOS this would be vendorId

    Declaration

    Swift

    var identifier: String { get }
  • A string representing the current version of the OS running on the device.

    Declaration

    Swift

    var osVersion: String { get }