Social
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 Async Procedure component allows you to execute procedures asynchronously. This is crucial for performing long-running tasks (like network requests or complex calculations) without blocking the main thread and freezing the user interface.
Overview
A non-visible component that allows executing procedures asynchronously.
This component does not require any special permissions.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | procedureName | string | |
2 | arguments | list | |
3 | result | any |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | procedureName | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | procedureName | string | |
2 | delay | long |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | procedureName | string | |
2 | arguments | list | |
3 | delay | long |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | procedureName | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | procedureName | string | |
2 | arguments | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | procedureName | string | |
2 | arguments | list | |