Skip to content

Commit

Permalink
Update docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Oct 22, 2016
1 parent d584eaf commit 4d45db3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ To check and see if the device is connected to a given SSID:
boolean isConnected = mWiseFy.isDeviceConnectedToSSID(getActivity(), "SSID");
```

To check and see if the device is connected to a wifi network:

```java
boolean isConnected = mWiseFy.isDeviceConnectedToWifiNetwork(getActivity(), "SSID");
```

To check and see if a given SSID is in the devices set of configured networks:

```java
Expand Down

0 comments on commit 4d45db3

Please sign in to comment.