Sensors
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 Proximity Sensor component is a non-visible component that measures the distance between the device and another object in centimeters.
Overview
The Proximity Sensor is a non-visible component that measures the proximity of an object in centimeters relative to the device's screen. It's typically used to detect whether a user's face is close to the phone.
This component does not require any specific permissions.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | distance | float |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Available | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Distance | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Enabled | boolean | |
2 | Enabled | boolean | true |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | KeepRunningWhenOnPause | boolean | |
2 | KeepRunningWhenOnPause | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | MaximumRange | float |