Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 537 Bytes

File metadata and controls

27 lines (13 loc) · 537 Bytes

CorelliumClient.NetworkStatusResponse

Properties

Name Type Description Notes
type String Network Provider
name String User defined name
state String Current state of the network connection
params Object Additional state information

Enum: StateEnum

  • inactive (value: "inactive")

  • connecting (value: "connecting")

  • connected (value: "connected")

  • error (value: "error")