Skip to content
On this page

ek.getNetworkType

支持 Promise

获取当前的网络类型。

参数

参数类型默认值必填说明
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数(调用成功、失败都会执行)

成功返回

属性类型说明
networkTypestring网络类型
合法值说明
wifiWiFi 网络
2g2g 网络
3g3g 网络
4g4g 网络
5g5g 网络
unknown未知网络
none无网络

Example

ts
const { networkType } = await ek.getNetworkType()