Range

public class Range : LinphoneObject

Structure describing a range of integers.

  • max

    Gets the higher value of the range.

    Declaration

    Swift

    public var max: Int { get set }

    Return Value

    The higher value

  • min

    Gets the lower value of the range.

    Declaration

    Swift

    public var min: Int { get set }

    Return Value

    The lower value