ThresholdType

public enum ThresholdType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case percentage = "PERCENTAGE"
  • Undocumented

    Declaration

    Swift

    case absoluteValue = "ABSOLUTE_VALUE"
  • Declaration

    Swift

    public var description: String { get }