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
TinyDBPro is a non-visible component that stores data in a key-value format on the device. It is an enhanced version of the standard TinyDB, likely offering additional features and/or improved performance.
Overview
A non-visible component for persistent data storage, providing methods to store and retrieve different data types using key-value pairs.
This component does not require any special permissions. Data is stored locally on the device.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | value | Object |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | value | Object |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | valueIfNotFound | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | valueIfNotFound | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | valueIfNotFound | List |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | valueIfNotFound | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | index | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | value | boolean | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | value | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | value | List | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | key | String | |
2 | value | String | |