# ks.getNetworkType

更新时间:2024-09-18 14:46:37

获取网络类型。

# getNetworkType(options?: GetNetworkTypeOptions): Promise<GetNetworkTypeResult>

# 参数

参数 类型 必填
options GetNetworkTypeOptions

# GetNetworkTypeOptions

属性
属性 类型 必填 说明
success (result: GetNetworkTypeResult) => void 接口调用成功的回调函数
fail (error: APIError) => void 接口调用失败的回调函数
complete (resultOrError: GetNetworkTypeResult | APIError) => void 接口调用结束的回调函数(调用成功、失败都会执行)

# 返回值

# Promise<GetNetworkTypeResult>

GetNetworkTypeResult
属性
属性 类型 说明
networkType 'wifi' | '2g' | '3g' | '4g' | '5g' | 'unknown' | 'none' 网络类型
networkType

网络类型

说明
'wifi' Wi-Fi 网络
'2g' 2G 网络
'3g' 3G 网络
'4g' 4G 网络
'5g' 5G 网络
'unknown' Android 下不常见的网络类型
'none' 无网络

# 扫码体验

# 示例代码

Copyright ©2024, All Rights Reserved