ThingConnectivity

The connectivity status of the thing.

Types

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

Properties

Link copied to clipboard

True if the thing is connected to the Amazon Web Services IoT Core service; false if it is not connected.

Link copied to clipboard

The reason why the client is disconnected. If the thing has been disconnected for approximately an hour, the disconnectReason value might be missing.

Link copied to clipboard

The epoch time (in milliseconds) when the thing last connected or disconnected. If the thing has been disconnected for approximately an hour, the time value might be missing.

Functions

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