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 Accelerometer Sensor is a non-visible component that detects shaking and measures acceleration in three dimensions. It's commonly used to detect device motion.
Overview
A non-visible component that can detect shaking and measure acceleration approximately in three dimensions using SI units (m/s2).
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | xAccel | float | |
2 | yAccel | float | |
3 | zAccel | float |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | |
2 | Enabled | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | MinimumInterval | int | |
2 | MinimumInterval | int | 400 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Sensitivity | int | |
2 | Sensitivity | int | 1 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Available | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | XAccel | float | |
2 | YAccel | float | |
3 | ZAccel | float |