EndpointDemographic

Specifies demographic information about an endpoint, such as the applicable time zone and platform.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The version of the app that's associated with the endpoint.

Link copied to clipboard

The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value.

Link copied to clipboard
val make: String?

The manufacturer of the endpoint device, such as apple or samsung.

Link copied to clipboard

The model name or number of the endpoint device, such as iPhone or SM-G900F.

Link copied to clipboard

The model version of the endpoint device.

Link copied to clipboard

The platform of the endpoint device, such as ios.

Link copied to clipboard

The platform version of the endpoint device.

Link copied to clipboard

The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String