Storage
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
TinyDB is a non-visible component that stores data for an app. Data stored in a TinyDB will be available each time the app is run.
Overview
TinyDB is a non-visible component for storing data persistently. It is similar to a local database, but simpler to use.
TinyDB does not require any special permissions for basic functionality (storing data locally).
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | message | text |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | outputFile | text | |
2 | namespace | text |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | text |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | text | |
2 | valueIfTagNotThere | any |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | backupFilePath | text | |
2 | namespace | text |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | tag | text | |
2 | valueToStore | any |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Namespace | text | |
2 | Namespace | text | Default |