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 LocationProbeSensor component provides location information, including latitude, longitude, and altitude. It can use GPS, network, or other location providers, and offers features for data caching, scheduling, and sensitivity control.
Overview
Retrieves location data and provides events for location updates and completion. Offers various properties for configuration.
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_BACKGROUND_LOCATION
(if applicable)Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | timestamp | long | |
2 | mLatitude | double | |
3 | mLongitude | double | |
4 | mAccuracy | float | |
5 | mProvider | 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 |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DefaultDuration | Integer | |
2 | DefaultInterval | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | EnabledSchedule | boolean | |
2 | GoodEnoughAccuracy | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HideSensitiveData | boolean | |
2 | HideSensitiveData | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | UseCache | boolean | |
2 | UseCache | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | UseGPS | boolean | |
2 | UseGPS | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | UseNetwork | boolean | |
2 | UseNetwork | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | EnableSaveToDB | boolean | |
2 | GoodEnoughAccuracy | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScheduleInterval | Integer | |
2 | LocalDBName | String |