TemperatureUnit

@objc(PESDKTemperatureUnit)
public enum TemperatureUnit : Int

A unit of measure for temperature.

  • The degree Fahrenheit unit of temperature.

    Declaration

    Swift

    case fahrenheit
  • The degree Celsius unit of temperature.

    Declaration

    Swift

    case celsius
  • The kelvin unit of temperature.

    Declaration

    Swift

    case kelvin