Skip to main content

bn.saveImageToPhotosAlbum

saveImageToPhotosAlbum(options): Promise<void>

description Save the image to the system album

example

 bn.saveImageToPhotosAlbum({ success(res) {} })

Parameters

NameType
optionsSaveImageToPhotosAlbumOptions

Returns

Promise<void>

Interface: SaveImageToPhotosAlbumOptions#

NameTypeDescription
filePathstringImage file path, which can be temporary file path or permanent file path (Local path) Network path not supported.