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 Gyroscope Sensor component detects rotational motion and provides angular velocity readings along the X, Y, and Z axes. It also indicates whether a gyroscope sensor is available on the device.
Overview
A non-visible component that can measure angular velocity in three dimensions.
This component does not require any special permissions.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | xAngularVelocity | float | |
2 | yAngularVelocity | float | |
3 | zAngularVelocity | float | |
4 | timestamp | long |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | |
2 | Enabled | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Available | boolean | |
2 | XAngularVelocity | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | YAngularVelocity | float | |
2 | ZAngularVelocity | float |