1 parent 9d4fa4e commit 254e638Copy full SHA for 254e638
1 file changed
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