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 committed Aug 12, 2018
1 parent 9fc2ec1 commit 97f4456
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 97f4456

Please sign in to comment.