NetworkStatusUpdate

@MapboxExperimental
enum NetworkStatusUpdate

NetworkStatus defines a set of connectivity statuses.

Entries

Link copied to clipboard
@MapboxExperimental
NOT_REACHABLE

Not reachable via any devices

Link copied to clipboard
@MapboxExperimental
REACHABLE_VIA_WI_FI

Reachable via WiFi

Link copied to clipboard
@MapboxExperimental
REACHABLE_VIA_ETHERNET

Reachable via Ethernet

Link copied to clipboard
@MapboxExperimental
REACHABLE_VIA_WWAN

Reachable via Wireless Wide Area Network (WWAN) interface such as 3G or 4G.

Functions

Link copied to clipboard
open fun toString(): String
Link copied to clipboard
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.