Storage
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 Storage Access Framework component provides methods to interact with the Android Storage Access Framework, allowing users to browse and select files and directories.
Overview
A non-visible component that provides an interface to the Android Storage Access Framework (SAF). This allows users to browse and select files and directories on their device, grant permissions, and perform various file operations.
This component may require permissions like
android.permission.READ_EXTERNAL_STORAGE
and android.permission.WRITE_EXTERNAL_STORAGE
depending on the functionality used. Permissions are typically requested at runtime as needed, rather than listed explicitly here.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | methodName | String | |
2 | errorMessage | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | successful | boolean | |
2 | response | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | documentsList | List |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | successful | boolean | |
2 | response | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | result | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uri | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | response | String | |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | treeUri | String | |
2 | parentDocumentId | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | treeUri | String | |
2 | documentId | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | sourceUri | String | |
2 | targetParentUri | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | parentDocumentUri | String | |
2 | fileName | String | |
3 | mimeType | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | f1 | int | |
2 | f2 | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | documentUri | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | documentUri | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | parentUri | String | |
2 | childUri | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uri | Uri |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uri | Uri |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | dirUri | String | |
2 | dirDocumentId | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | sourceUri | String | |
2 | sourceParentUri | String | |
3 | targetParentUri | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | title | String | |
2 | initialDir | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | title | String | |
2 | type | String | |
3 | extraMimeTypes | String[] | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | documentUri | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | documentUri | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uri | Uri | |
2 | flags | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | documentUri | String | |
2 | displayName | String | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uriString | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | uri | Uri | |
2 | modeFlags | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | documentUri | String | |
2 | bytes | byte[] |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | documentUri | String | |
2 | text | String | |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FlagGrantWritePermission | int | |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FlagGrantReadPermission | int |