Tiny Web DB¶
Non-Visible component| Category | Requires | Version |
|---|---|---|
| Storage | API 21, Android 5.0 Lollipop | 2 |
Overview¶
A non-visible component that communicates with a web service to store and retrieve information.
Permissions
Events¶
Got Value¶
Indicates that a GetValue server request has succeeded.
| Params | |
|---|---|
| tag From Web DB | Text |
| value From Web DB | Any |
Value Stored¶
Event indicating that a StoreValue server request has succeeded.
Web Service Error¶
Indicates that the communication with the Web service signaled an error.
| Params | |
|---|---|
| message | Text |
Methods¶
Get Value¶
GetValue asks the Web service to get the value stored under the given tag.
| Params | |
|---|---|
| tag | Text |
Store Value¶
Asks the Web service to store the given value under the given tag.
| Params | |
|---|---|
| tag | Text |
| value To Store | Any |
Properties¶
Service URL¶
Text Default: http://tinywebdb.builder.makeroid.io Read Write - Designer Blocks
Returns the URL of the web service database.