Skip to content

Commit

Permalink
Merge pull request #18 from isuPatches/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
isuPatches authored Oct 22, 2016
2 parents c8292ba + 4d45db3 commit 5ee444c
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 5ee444c

Please sign in to comment.