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 NearField component is a sensor that uses Near Field Communication (NFC) to interact with NFC tags. It allows reading data from and writing data to NFC tags, and provides events for when a tag is read or written.
Overview
The NearField component enables interaction with NFC tags. It supports reading, writing, and events for tag interactions.
android.permission.NFC
This permission is required to use the Near Field Communication (NFC) hardware.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | message | String |
# | Name | Type(s) | Default Value |
---|
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | LastMessage | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ReadMode | boolean | |
2 | ReadMode | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | TextToWrite | String | |
2 | TextToWrite | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | WriteType | int |