Update

class Update(val isMonitoring: Boolean, val status: Connectivity.Status)

Deprecated

This current usage of this class does not provide any additional value. Will be removed in a future release.

Represents an update to the connectivity status.

Constructors

Link copied to clipboard
constructor(isMonitoring: Boolean, status: Connectivity.Status)

Creates an update to the connectivity status.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Boolean indicating whether the connectivity monitoring is active.

Link copied to clipboard

A Boolean indicating whether the device is connected to the network.

Link copied to clipboard

A Boolean indicating whether the device is disconnected from the network.

Link copied to clipboard

A Boolean indicating whether the device is connected to a metered network.

Link copied to clipboard

A Boolean indicating whether the connectivity monitoring is active.

Link copied to clipboard

The Status of the connectivity.