Connectivity
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 Web component allows you to perform HTTP GET, POST, PUT, PATCH, and DELETE requests and retrieve web content from a specified URL. It also provides functionalities for working with cookies, headers, and JSON data.
Overview
A non-visible component for performing HTTP requests and retrieving web content.
android.permission.INTERNET
This component requires the Internet permission to make HTTP requests.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | url | string | |
2 | responseCode | int | |
3 | responseType | string | |
4 | filename | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | url | string | |
2 | responseCode | int | |
3 | responseType | string | |
4 | responseContent | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | url | string |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | list | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | htmlText | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | jsonObject | dictionary |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | jsonText | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | jsonText | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | path | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | text | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | text | string | |
2 | encoding | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | path | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | text | string | |
2 | encoding | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | text | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | text | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | XmlText | string |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | AllowCookies | boolean | |
2 | AllowCookies | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | RequestHeaders | dictionary | |
2 | RequestHeaders | dictionary |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ResponseFileName | string | |
2 | ResponseFileName | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | SaveResponse | boolean | false |
2 | SaveResponse | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Timeout | int | |
2 | Timeout | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Url | string | |
2 | Url | string |