RangeFilter | iOS SDK | Urbi Documentation

RangeFilter

Filter of value ranges.

public init(
    tagName: String,
    displayName: String,
    minValue: Double,
    maxValue: Double
)
Parameters
tagName
displayName
minValue
maxValue
Properties

Filter tag.

Name of the filter to display.
Depends on the output language. Not all names can be translated.

Minimum value of the range.

Maximum value of the range.