DeviceState

The device's position, IP address, and Wi-Fi access points.

Types

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

Properties

Link copied to clipboard

Defines the level of certainty of the position.

Link copied to clipboard

The cellular network infrastructure that the device is connected to.

Link copied to clipboard

The device identifier.

Link copied to clipboard

The device's Ipv4 address.

Link copied to clipboard

The last known device position.

Link copied to clipboard

The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Link copied to clipboard

The Wi-Fi access points the device is using.

Functions

Link copied to clipboard
inline fun copy(block: DeviceState.Builder.() -> Unit = {}): DeviceState
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