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 © 2021 . All rights reserved. (Last updated: 2021-03-24) Generated by jazzy ♪♫ v0.13.6, a Realm project.