package cordova-plugin-network-information

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type connection =
  1. | Unknown
  2. | Ethernet
  3. | Wifi
  4. | Cell_2G
  5. | Cell_3G
  6. | Cell_4G
  7. | Cell
  8. | None
val connection_to_str : connection -> string
val current : unit -> connection