cordova-plugin-hotspot
Advanced tools
Comparing version 1.2.8-dev-10 to 1.2.8-feature-ci-build-19
{ | ||
"name": "cordova-plugin-hotspot", | ||
"version": "1.2.8-dev-10", | ||
"version": "1.2.8-feature-ci-build-19", | ||
"description": "Cordova WiFi Hotspot Plugin", | ||
@@ -28,3 +28,3 @@ "cordova": { | ||
"test:unit": "cd test/android && ./gradlew clean build", | ||
"test:plugin": "cd tmp/cordova-app-hello-world && cordova plugin add ../.. && cordova plugin add http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git", | ||
"test:plugin": "cd tmp/cordova-app-hello-world && cordova plugin add ../..", | ||
"posttest": "jsdoc -c jsdoc.json && jsdoc2md www/HotSpotPlugin.js | sed s/hotSpotPlugin/cordova.plugins.hotspot/g | sed s/HotSpotPlugin/cordova.plugins.hotspot/g > PLUGIN_USAGE.MD", | ||
@@ -31,0 +31,0 @@ "jsdoc": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md ./src && jsdoc2md www/HotSpotPlugin.js > ./dist/PLUGIN_USAGE.MD && cat ./dist/PLUGIN_USAGE.MD | sed s/hotSpotPlugin/cordova.plugins.hotspot/g | sed s/HotSpotPlugin/cordova.plugins.hotspot/g > PLUGIN_USAGE.MD", |
@@ -145,7 +145,7 @@ ## Objects | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| callback | [<code>isAvailableCallback</code>](#isAvailableCallback) | A callback function which is invoked on success. | | ||
| callback | <code>[isAvailableCallback](#isAvailableCallback)</code> | A callback function which is invoked on success. | | ||
@@ -157,8 +157,8 @@ <a name="cordova.plugins.hotspot+getWriteSettings"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | | ||
| --- | --- | | ||
| successCB | [<code>getWriteSettingsCallback</code>](#getWriteSettingsCallback) | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | | ||
| successCB | <code>[getWriteSettingsCallback](#getWriteSettingsCallback)</code> | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | | ||
@@ -170,3 +170,3 @@ <a name="cordova.plugins.hotspot+requestWriteSettings"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -183,8 +183,8 @@ | Param | Type | Description | | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| callback | [<code>toggleWifiCallback</code>](#toggleWifiCallback) | A callback function which is invoked on success. | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A callback function to be called when errors occurr | | ||
| callback | <code>[toggleWifiCallback](#toggleWifiCallback)</code> | A callback function which is invoked on success. | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A callback function to be called when errors occurr | | ||
@@ -196,3 +196,3 @@ <a name="cordova.plugins.hotspot+createHotspot"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -204,4 +204,4 @@ | Param | Type | Description | | ||
| password | <code>string</code> | password to use | | ||
| successCB | [<code>createHotspotCallback</code>](#createHotspotCallback) | A callback function to be called when start was successful | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A callback function to be called when connection was not successful | | ||
| successCB | <code>[createHotspotCallback](#createHotspotCallback)</code> | A callback function to be called when start was successful | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A callback function to be called when connection was not successful | | ||
@@ -213,8 +213,8 @@ <a name="cordova.plugins.hotspot+startHotspot"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>startHotspotCallback</code>](#startHotspotCallback) | A callback function to be called when start was successful | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A callback function to be called when start was not successful | | ||
| successCB | <code>[startHotspotCallback](#startHotspotCallback)</code> | A callback function to be called when start was successful | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A callback function to be called when start was not successful | | ||
@@ -226,8 +226,8 @@ <a name="cordova.plugins.hotspot+stopHotspot"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>stopHotspotCallback</code>](#stopHotspotCallback) | A callback function to be called when stop was successful | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A callback function to be called when stop was not successful | | ||
| successCB | <code>[stopHotspotCallback](#stopHotspotCallback)</code> | A callback function to be called when stop was successful | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A callback function to be called when stop was not successful | | ||
@@ -239,8 +239,8 @@ <a name="cordova.plugins.hotspot+isHotspotEnabled"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>isHotspotEnabledCallback</code>](#isHotspotEnabledCallback) | A callback function with the result | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A error callback function | | ||
| successCB | <code>[isHotspotEnabledCallback](#isHotspotEnabledCallback)</code> | A callback function with the result | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A error callback function | | ||
@@ -252,8 +252,8 @@ <a name="cordova.plugins.hotspot+getAllHotspotDevices"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| A | [<code>getAllHotspotDevicesCallback</code>](#getAllHotspotDevicesCallback) | callback function when hotspot connection is active and info was rad. | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| A | <code>[getAllHotspotDevicesCallback](#getAllHotspotDevicesCallback)</code> | callback function when hotspot connection is active and info was rad. | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -265,3 +265,3 @@ <a name="cordova.plugins.hotspot+connectToWifi"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -272,4 +272,4 @@ | Param | Type | Description | | ||
| password | <code>string</code> | password to use | | ||
| successCB | [<code>connectToWifiCallback</code>](#connectToWifiCallback) | A callback function to be called when connected successful | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A callback function to be called when connection was not successful | | ||
| successCB | <code>[connectToWifiCallback](#connectToWifiCallback)</code> | A callback function to be called when connected successful | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A callback function to be called when connection was not successful | | ||
@@ -281,3 +281,3 @@ <a name="cordova.plugins.hotspot+connectToWifiAuthEncrypt"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -290,4 +290,4 @@ | Param | Type | Description | | ||
| encryption | <code>Array.<string></code> | mode use (CCMP, TKIP, WEP104, WEP40) | | ||
| successCB | [<code>connectToWifiAuthEncryptCallback</code>](#connectToWifiAuthEncryptCallback) | A callback function to be called when connected successful | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A callback function to be called when connection was not successful | | ||
| successCB | <code>[connectToWifiAuthEncryptCallback](#connectToWifiAuthEncryptCallback)</code> | A callback function to be called when connected successful | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A callback function to be called when connection was not successful | | ||
@@ -299,3 +299,3 @@ <a name="cordova.plugins.hotspot+configureHotspot"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -307,4 +307,4 @@ | Param | Type | Description | | ||
| password | <code>string</code> | password to use | | ||
| successCB | [<code>configureHotspotCallback</code>](#configureHotspotCallback) | A callback function to be called when connected successful | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A callback function to be called when configuration was not successful | | ||
| successCB | <code>[configureHotspotCallback](#configureHotspotCallback)</code> | A callback function to be called when connected successful | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A callback function to be called when configuration was not successful | | ||
@@ -316,3 +316,3 @@ <a name="cordova.plugins.hotspot+addWifiNetwork"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -325,3 +325,3 @@ | Param | Type | Description | | ||
| successCB | <code>function</code> | A callback function to be called when adding successful | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A callback function to be called when adding was not successful | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A callback function to be called when adding was not successful | | ||
@@ -333,3 +333,3 @@ <a name="cordova.plugins.hotspot+removeWifiNetwork"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -340,3 +340,3 @@ | Param | Type | Description | | ||
| successCB | <code>function</code> | A callback function function to be called when removal was successful | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | A callback function to be called when removal was not successful | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | A callback function to be called when removal was not successful | | ||
@@ -348,8 +348,8 @@ <a name="cordova.plugins.hotspot+isConnectedToInternet"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>isConnectedToInternetCallback</code>](#isConnectedToInternetCallback) | A callback function to be called with the result | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[isConnectedToInternetCallback](#isConnectedToInternetCallback)</code> | A callback function to be called with the result | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -361,8 +361,8 @@ <a name="cordova.plugins.hotspot+isConnectedToInternetViaWifi"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>isConnectedToInternetViaWifiCallback</code>](#isConnectedToInternetViaWifiCallback) | A callback function to be called with the result | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[isConnectedToInternetViaWifiCallback](#isConnectedToInternetViaWifiCallback)</code> | A callback function to be called with the result | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -374,8 +374,8 @@ <a name="cordova.plugins.hotspot+isWifiOn"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>isWifiOnCallback</code>](#isWifiOnCallback) | A callback function with the result | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[isWifiOnCallback](#isWifiOnCallback)</code> | A callback function with the result | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -387,8 +387,8 @@ <a name="cordova.plugins.hotspot+isWifiSupported"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>isWifiSupportedCallback</code>](#isWifiSupportedCallback) | A callback function with the result | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[isWifiSupportedCallback](#isWifiSupportedCallback)</code> | A callback function with the result | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -400,8 +400,8 @@ <a name="cordova.plugins.hotspot+isWifiDirectSupported"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>isWifiDirectSupportedCallback</code>](#isWifiDirectSupportedCallback) | A callback function with the result | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[isWifiDirectSupportedCallback](#isWifiDirectSupportedCallback)</code> | A callback function with the result | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -413,8 +413,8 @@ <a name="cordova.plugins.hotspot+scanWifi"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>scanWifiCallback</code>](#scanWifiCallback) | A callback function to be called when scan is started | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[scanWifiCallback](#scanWifiCallback)</code> | A callback function to be called when scan is started | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -426,3 +426,3 @@ <a name="cordova.plugins.hotspot+scanWifiByLevel"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -432,3 +432,3 @@ | Param | Type | Description | | ||
| successCB | <code>scanWifiByLevelCallback</code> | A callback function to be called when scan is started | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -440,3 +440,3 @@ <a name="cordova.plugins.hotspot+startWifiPeriodicallyScan"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -447,4 +447,4 @@ | Param | Type | Description | | ||
| duration | <code>long</code> | duration to use | | ||
| successCB | [<code>startWifiPeriodicallyScanCallback</code>](#startWifiPeriodicallyScanCallback) | A callback function to be called when scan is started | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[startWifiPeriodicallyScanCallback](#startWifiPeriodicallyScanCallback)</code> | A callback function to be called when scan is started | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -456,8 +456,8 @@ <a name="cordova.plugins.hotspot+stopWifiPeriodicallyScan"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>stopWifiPeriodicallyScanCallback</code>](#stopWifiPeriodicallyScanCallback) | A callback function to be called when scan is stopped | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[stopWifiPeriodicallyScanCallback](#stopWifiPeriodicallyScanCallback)</code> | A callback function to be called when scan is stopped | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -469,8 +469,8 @@ <a name="cordova.plugins.hotspot+getNetConfig"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>getNetConfigCallback</code>](#getNetConfigCallback) | A callback function to be called with all information | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[getNetConfigCallback](#getNetConfigCallback)</code> | A callback function to be called with all information | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -482,8 +482,8 @@ <a name="cordova.plugins.hotspot+getConnectionInfo"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>getConnectionInfoCallback</code>](#getConnectionInfoCallback) | A callback function with the connection details. | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[getConnectionInfoCallback](#getConnectionInfoCallback)</code> | A callback function with the connection details. | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -495,3 +495,3 @@ <a name="cordova.plugins.hotspot+pingHost"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -501,4 +501,4 @@ | Param | Type | Description | | ||
| ip | <code>string</code> | host IP | | ||
| successCB | [<code>pingHostCallback</code>](#pingHostCallback) | A callback function to be called with all information | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[pingHostCallback](#pingHostCallback)</code> | A callback function to be called with all information | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -510,3 +510,3 @@ <a name="cordova.plugins.hotspot+getMacAddressOfHost"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -517,3 +517,3 @@ | Param | Type | Description | | ||
| successCB | <code>getMacAddressOfHost</code> | A callback function to be called with all information | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -525,3 +525,3 @@ <a name="cordova.plugins.hotspot+isDnsLive"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -532,3 +532,3 @@ | Param | Type | Description | | ||
| successCB | <code>function</code> | A callback function to be called with the result | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -540,3 +540,3 @@ <a name="cordova.plugins.hotspot+isPortLive"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
@@ -546,4 +546,4 @@ | Param | Type | Description | | ||
| ip | <code>string</code> | host IP | | ||
| successCB | [<code>isPortLiveCallback</code>](#isPortLiveCallback) | A callback function to be called with all information | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[isPortLiveCallback](#isPortLiveCallback)</code> | A callback function to be called with all information | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -555,8 +555,8 @@ <a name="cordova.plugins.hotspot+isRooted"></a> | ||
**Kind**: instance method of [<code>cordova.plugins.hotspot</code>](#cordova.plugins.hotspot) | ||
**Kind**: instance method of <code>[cordova.plugins.hotspot](#cordova.plugins.hotspot)</code> | ||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| successCB | [<code>isRootedCallback</code>](#isRootedCallback) | A callback function to be called with all information | | ||
| errorCB | [<code>errorCallback</code>](#errorCallback) | An error callback | | ||
| successCB | <code>[isRootedCallback](#isRootedCallback)</code> | A callback function to be called with all information | | ||
| errorCB | <code>[errorCallback](#errorCallback)</code> | An error callback | | ||
@@ -563,0 +563,0 @@ <a name="errorCallback"></a> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9957546