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 Pdf Tools component provides utilities for working with PDF files. This includes creating PDFs from various sources (text, tables, web views), encoding data to JSON, and handling PDF-related events.
Overview
A non-visible component that provides PDF creation and manipulation utilities.
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.READ_EXTERNAL_STORAGE
These permissions are required for saving and accessing PDF files on the device's storage.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | url | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | errorMessage | string |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | title | string | |
2 | columns | string | |
3 | table | list | |
4 | activity | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | list | list |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | url | string | |
2 | documentName | string | |
3 | printMediaSize | string | |
4 | isColorModeColor | boolean |