Social
The Social component in app builders typically provides functionalities that allow developers to integrate social media features into their applications, facilitating interaction, sharing, and engagement with social platforms.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Wifi Sensor component provides information about nearby Wi-Fi networks and allows for scanning and data management.
Overview
The Wifi Sensor component retrieves Wi-Fi network information, including SSID, BSSID, signal strength, and more. It supports scanning, notifications, and data export.
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.ACCESS_FINE_LOCATION
These permissions are required to access Wi-Fi information and perform scans. Location permission is necessary for Wi-Fi scanning on newer Android versions.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | timestamp | long | |
2 | bssid | String | |
3 | ssid | String | |
4 | level | int | |
5 | frequency | int | |
6 | capabilities | String |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | title | String | |
2 | text | String | |
3 | enabledSound | boolean | |
4 | enabledVibrate | boolean | |
5 | packageName | String | |
6 | className | String | |
7 | extraKey | String | |
8 | extraVal | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | enabled | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | enabledSchedule | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | folderPath | String |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DefaultDuration | long | |
2 | DefaultInterval | long |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | EnabledSchedule | boolean | |
2 | Frequency | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HideSensitiveData | boolean | |
2 | HideSensitiveData | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | LocalDBName | String | |
2 | EnableSaveToDB | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScheduleInterval | long |