bn.saveImageToPhotosAlbum
▸ saveImageToPhotosAlbum(options): Promise<void>
description Save the image to the system album
example
bn.saveImageToPhotosAlbum({ success(res) {} })
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. |