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 Screenshot Utils component provides utilities for capturing screenshots of the application's screen or specific views within the application. It allows saving screenshots in different formats and controlling screenshot permissions.
Overview
A non-visible component to take the screenshot.
android.permission.WRITE_EXTERNAL_STORAGE
It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the
.accordion-body
, though the transition does limit overflow.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | path | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | error | string |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | quality | int | |
2 | compressFormat | string | |
3 | path | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | quality | int | |
2 | compressFormat | string | |
3 | path | string | |
4 | component | component |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Jpeg | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Png | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Webp | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | AllowScreenshot | boolean |