ContactMetricValue

sealed class ContactMetricValue

Object which contains the number.

Inheritors

Types

Link copied to clipboard
data class Number(val value: Double) : ContactMetricValue

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

Link copied to clipboard

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.