From 4d45db3287a278dff512381d994cf05c5e3d1ebb Mon Sep 17 00:00:00 2001 From: isuPatches Date: Sat, 22 Oct 2016 15:19:31 -0500 Subject: [PATCH] Update docs again --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3d0787a6..c830400e 100644 --- a/README.md +++ b/README.md @@ -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