Number

data class Number(val value: Double) : ContactMetricValue

The number of type Double. This number is the contact's position in queue.

Constructors

Link copied to clipboard
constructor(value: Double)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ContactMetricValue as a Number and retrieves its kotlin.Double value. Throws an exception if the ContactMetricValue is not a Number.

Link copied to clipboard

Casts this ContactMetricValue as a Number and retrieves its kotlin.Double value. Returns null if the ContactMetricValue is not a Number.