We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4fa4e commit 254e638Copy full SHA for 254e638
connectivity/connectivity.d.ts
@@ -5,6 +5,7 @@ declare module "connectivity" {
5
/**
6
* Gets the type of connection.
7
* Returns a value from the connectivity.connectionType enumeration.
8
+ * To use this method on Android you need to have the android.permission.ACCESS_NETWORK_STATE permission added to the AndroidManifest.xml file.
9
*/
10
export function getConnectionType(): number;
11
0 commit comments