â–¸ saveImageToPhotosAlbum(options): Promise<void>
description Save the image to the system album
example
Code
Parameters
| Name | Type |
|---|---|
options | SaveImageToPhotosAlbumOptions |
Returns
Promise<void>
Interface: SaveImageToPhotosAlbumOptions
| Name | Type | Description |
|---|---|---|
| filePath | string | Image file path, which can be temporary file path or permanent file path (Local path) Network path not supported. |
Was this page helpful?
Last modified on