MCPcopy Index your code

hub / github.com/JuanSeBestia/react-native-wifi-reborn / functions

Functions115 in github.com/JuanSeBestia/react-native-wifi-reborn

↓ 8 callersMethoddisconnect
()
lib/types/index.d.ts:313
↓ 6 callersMethodassertLocationPermissionGranted
(final Promise promise)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:786
↓ 5 callersMethodisAndroidTenOrLater
@return true if the current sdk is above or equal to Android Q
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:745
↓ 3 callersMethodremoveWifiNetwork
(final String SSID, final Promise promise, final Runnable onSuccess, final int timeout)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:501
↓ 2 callersMethodconnectToWifiDirectly
(@NonNull final String SSID, @NonNull final String password, final boolean isHidden, final int timeout, final
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:575
↓ 2 callersMethodformatWithBackslashes
(final String value)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:782
↓ 2 callersMethodgetConnectionStatus
()
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:353
↓ 2 callersMethodgetCurrentWifiSSID
* Returns the name of the currently connected WiFi. When not connected, the promise will be or null when not connected.
lib/types/index.d.ts:236
↓ 2 callersMethodgetWifiSSID
()
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:725
↓ 2 callersMethodisLocationPermissionGranted
Determine whether the location permission has been granted (ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION). Below Android M, will always return true
android/src/main/java/com/reactlibrary/rnwifi/utils/PermissionUtils.java:31
↓ 2 callersMethodisNullOrEmpty
@return true if the value is null or empty
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:752
↓ 2 callersMethodmapWifiScanResults
(final List<ScanResult> scanResults)
android/src/main/java/com/reactlibrary/rnwifi/mappers/WifiScanResultsMapper.java:24
↓ 2 callersMethodpollForValidSSID
(int maxSeconds, String expectedSSID)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:709
↓ 2 callersMethodselectNetwork
(final Network network, final ConnectivityManager manager)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:613
↓ 1 callersFunctionaskLocationPermission
()
example/with-expo/App.tsx:9
↓ 1 callersFunctionaskLocationPermission
()
example/RNWifiReborn/App.tsx:8
↓ 1 callersMethodconnectAndroidQ
(@NonNull final String SSID, @NonNull final String password, final boolean isHidden, final int timeout, final
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:621
↓ 1 callersMethodconnectPreAndroidQ
(@NonNull final String SSID, @NonNull final String password, final Promise promise)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:583
↓ 1 callersMethodconnectToProtectedSSID
* Connects to a WiFi network. Rejects with an error if it couldn't connect. * * @param SSID Wifi name. * @param password `n
lib/types/index.d.ts:210
↓ 1 callersMethodconnectToProtectedWifiSSID
* Connects to a WiFi network. Rejects with an error if it couldn't connect. * * @param options Connection options object containing,
lib/types/index.d.ts:231
↓ 1 callersMethodforceWifiUsageWithOptions
Use this to execute api calls to a wifi network that does not have internet access. <p> Useful for commissioning IoT devices. <p> This will route all
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:124
↓ 1 callersMethodgetBSSID
* Returns the BSSID (basic service set identifier) of the currently connected WiFi network.
lib/types/index.d.ts:318
↓ 1 callersMethodgetFrequency
* Returns the frequency of the currently connected WiFi network.
lib/types/index.d.ts:328
↓ 1 callersMethodisLocationOn
Determine whether Location is turned on. Below Android M, will always return true. @param context to determine with if location is on @return true if
android/src/main/java/com/reactlibrary/rnwifi/utils/LocationUtils.java:22
↓ 1 callersMethodisLocationTurnedOn
Determine if location is turned on. @param context where from you determine if location is turned on @return true if location is turned on
android/src/main/java/com/reactlibrary/rnwifi/utils/LocationUtils.java:39
↓ 1 callersMethodisMarshmallowOrLater
@return true if the current sdk is above or equal to Android M
android/src/main/java/com/reactlibrary/rnwifi/utils/PermissionUtils.java:39
↓ 1 callersMethodisMarshmallowOrLater
@return true if the current sdk is above or equal to Android M
android/src/main/java/com/reactlibrary/rnwifi/utils/LocationUtils.java:29
↓ 1 callersMethodisPermissionGranted
Determine whether the provided context has been granted a particular permission. @param context where from you determine if a permission is grante
android/src/main/java/com/reactlibrary/rnwifi/utils/PermissionUtils.java:50
↓ 1 callersMethodlongToIP
(int longIp)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:692
↓ 1 callersMethodopenWifiSettings
Use this to open a wifi settings panel. For Android Q and above.
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:224
↓ 1 callersMethodparseSSID
(final ScanResult scanResult)
android/src/main/java/com/reactlibrary/rnwifi/mappers/WifiScanResultsMapper.java:16
↓ 1 callersMethodstuffWifiConfigurationWithWPA2
(final WifiConfiguration wifiConfiguration, final String password)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:756
↓ 1 callersMethodstuffWifiConfigurationWithoutEncryption
(final WifiConfiguration wifiConfiguration)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:778
↓ 1 callersFunctionwithAndroidPermissions
(config, props)
plugin/src/withWifi.ts:33
↓ 1 callersFunctionwithIosPermissions
(c, _)
plugin/src/withWifi.ts:20
FunctionApp
()
example/with-expo/App.tsx:15
FunctionApp
()
example/RNWifiReborn/App.tsx:14
FunctionConnectToSSID
()
example/with-expo/components/ConnectToSSID.tsx:6
FunctionConnectToSSID
()
example/RNWifiReborn/components/ConnectToSSID.tsx:6
FunctionCurrentSSID
()
example/with-expo/components/CurrentSSID.tsx:6
FunctionCurrentSSID
()
example/RNWifiReborn/components/CurrentSSID.tsx:6
FunctionDisconnect
()
example/with-expo/components/Disconnect.tsx:6
FunctionDisconnect
()
example/RNWifiReborn/components/Disconnect.tsx:6
MethodLocationUtils
()
android/src/main/java/com/reactlibrary/rnwifi/utils/LocationUtils.java:13
MethodPermissionUtils
()
android/src/main/java/com/reactlibrary/rnwifi/utils/PermissionUtils.java:20
MethodRNWifiModule
(ReactApplicationContext context)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:74
FunctionSection
({ title, children }: Props)
example/with-expo/components/Section.tsx:8
FunctionSection
({ title, children }: Props)
example/RNWifiReborn/components/Section.tsx:8
MethodWifiScanResultReceiver
(@NonNull final WifiManager wifiManager, @NonNull final Promise promise)
android/src/main/java/com/reactlibrary/rnwifi/receivers/WifiScanResultReceiver.java:22
MethodWifiScanResultsMapper
()
android/src/main/java/com/reactlibrary/rnwifi/mappers/WifiScanResultsMapper.java:13
MethodconnectToProtectedSSID
Use this to connect with a wifi network. Example: wifi.findAndConnect(ssid, password, false); The promise will resolve with the message 'connected' w
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:243
MethodconnectToProtectedSSIDOnce
* Connects to a WiFi network, with option to limit connection lifetime. Rejects with an error if it couldn't connect. * * @param SSI
lib/types/index.d.ts:252
MethodconnectToProtectedSSIDPrefix
* Connects to a WiFi network that start with SSIDPrefix. Rejects with an error if it couldn't connect. * * @param SSIDPrefix Wifi na
lib/types/index.d.ts:266
MethodconnectToProtectedSSIDPrefixOnce
* Connects to a WiFi network that start with SSIDPrefix, with option to limit connection lifetime. Rejects with an error if it couldn't connect.
lib/types/index.d.ts:280
MethodconnectToProtectedWifiSSID
Use this to connect with a wifi network. Example: wifi.findAndConnect(ssid, password, false); The promise will resolve with the message 'connected' w
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:268
MethodconnectToSSID
(SSID: string)
lib/types/index.d.ts:240
MethodconnectToSSIDPrefix
(SSIDPrefix: string)
lib/types/index.d.ts:241
MethodconnectionStatus
* Returns if the device is currently connected to a WiFi network.
lib/types/index.d.ts:311
MethodconnectionStatus
Returns if the device is currently connected to a WiFi network.
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:382
MethodcreateJSModules
()
android/src/main/java/com/reactlibrary/rnwifi/RNWifiPackage.java:23
MethodcreateNativeModules
(@NonNull ReactApplicationContext reactContext)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiPackage.java:15
MethodcreateReactActivityDelegate
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate] * which allows you to enable New Architecture with a s
example/with-expo/android/app/src/main/java/com/rnwifi/withexpo/MainActivity.kt:32
MethodcreateReactActivityDelegate
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate] * which allows you to enable New Architecture with a s
example/RNWifiReborn/android/app/src/main/java/com/rnwifireborn/MainActivity.kt:20
MethodcreateViewManagers
(@NonNull ReactApplicationContext reactContext)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiPackage.java:27
Methoddisconnect
Disconnect currently connected WiFi network.
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:391
MethoddisconnectFromSSID
(SSIDPrefix: string)
lib/types/index.d.ts:242
Methodfailed
(@NonNull DisconnectionErrorCode errorCode)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:412
MethodforceWifiUsage
* @deprecated Use forceWifiUsageWithOptions.
lib/types/index.d.ts:346
MethodforceWifiUsage
(final boolean useWifi, final Promise promise)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:106
MethodforceWifiUsageWithOptions
* Use this to route all app network requests to the wifi network (instead of the mobile connection). * It is important to disable it again af
lib/types/index.d.ts:360
MethodgetBSSID
Returns the BSSID (basic service set identifier) of the currently connected WiFi network.
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:454
MethodgetCurrentSignalStrength
* Returns the RSSI (received signal strength indicator) of the currently connected WiFi network.
lib/types/index.d.ts:323
MethodgetCurrentSignalStrength
Returns the RSSI (received signal strength indicator) of the currently connected WiFi network.
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:464
MethodgetCurrentWifiSSID
This method will return current SSID @param promise to send error/result feedback
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:436
MethodgetFrequency
Returns the frequency of the currently connected WiFi network.
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:473
MethodgetIP
* Returns the IP of the currently connected WiFi network.
lib/types/index.d.ts:333
MethodgetIP
Returns the IP of the currently connected WiFi network.
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:483
MethodgetJSMainModuleName
example/with-expo/android/app/src/main/java/com/rnwifi/withexpo/MainApplication.kt:33
MethodgetJSMainModuleName
example/RNWifiReborn/android/app/src/main/java/com/rnwifireborn/MainApplication.kt:25
MethodgetMainComponentName
* Returns the name of the main component registered from JavaScript. This is used to schedule * rendering of the component. */
example/with-expo/android/app/src/main/java/com/rnwifi/withexpo/MainActivity.kt:26
MethodgetMainComponentName
* Returns the name of the main component registered from JavaScript. This is used to schedule * rendering of the component. */
example/RNWifiReborn/android/app/src/main/java/com/rnwifireborn/MainActivity.kt:14
MethodgetName
()
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:82
MethodgetPackages
example/with-expo/android/app/src/main/java/com/rnwifi/withexpo/MainApplication.kt:27
MethodgetPackages
example/RNWifiReborn/android/app/src/main/java/com/rnwifireborn/MainApplication.kt:19
MethodgetUseDeveloperSupport
example/with-expo/android/app/src/main/java/com/rnwifi/withexpo/MainApplication.kt:35
MethodgetUseDeveloperSupport
example/RNWifiReborn/android/app/src/main/java/com/rnwifireborn/MainApplication.kt:27
FunctionhandleConnect
()
example/with-expo/components/ConnectToSSID.tsx:13
FunctionhandleConnect
()
example/RNWifiReborn/components/ConnectToSSID.tsx:13
FunctionhandleDisconnect
()
example/with-expo/components/Disconnect.tsx:10
FunctionhandleDisconnect
()
example/RNWifiReborn/components/Disconnect.tsx:10
FunctionhandleFetch
()
example/with-expo/components/CurrentSSID.tsx:9
FunctionhandleFetch
()
example/RNWifiReborn/components/CurrentSSID.tsx:9
MethodinvokeDefaultOnBackPressed
* Align the back button behavior with Android S * where moving root activities to background instead of finishing activities. * @see <a href="
example/with-expo/android/app/src/main/java/com/rnwifi/withexpo/MainActivity.kt:48
MethodisEnabled
* Method to check if wifi is enabled.
lib/types/index.d.ts:304
MethodisEnabled
Method to check if wifi is enabled.
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:196
MethodisRemoveWifiNetwork
* This method will remove the wifi network configuration. * If you are connected to that network, it will disconnect. * * @
lib/types/index.d.ts:341
MethodisRemoveWifiNetwork
This method will remove the wifi network configuration. If you are connected to that network, it will disconnect. @param SSID wifi SSID to remove con
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:496
MethodloadWifiList
* Returns a list of nearby WiFI networks.
lib/types/index.d.ts:294
MethodloadWifiList
Returns a list of nearby WiFI networks.
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:91
MethodonAvailable
(@NonNull final Network network)
android/src/main/java/com/reactlibrary/rnwifi/RNWifiModule.java:168
next →1–100 of 115, ranked by callers