Skip to content

Commit

Permalink
Update checking_device_connectivity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches authored Jul 30, 2017
1 parent 5d4d326 commit c7213e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/checking_device_connectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ boolean isConnected = mWiseFy.isDeviceConnectedToWifiNetwork();
To check and see if the device is roaming:

```java
mWiseFy.isDeviceRoaming();
boolean isDeviceRoaming = mWiseFy.isDeviceRoaming();
```

To check and see if Wifi is enabled on a device:

```java
boolean wifiEnabled = mWiseFy.isWifiEnabled();
```
```

0 comments on commit c7213e9

Please sign in to comment.