cap-network-type
v0.0.4
Published
Returns to user, the internet connection type (5G, 4G, etc)
Downloads
28
Readme
network-type
Returns to user, the internet connection type (5G, 4G, etc)
Install
npm install cap-network-type
npx cap sync
API
getNetworkType()
getNetworkType() => Promise<{ networkType: string; }>
Returns: Promise<{ networkType: string; }>