my.saveImage
Save the online images to a device camera gallery.
Sample Code
copy
my.saveImage({url:'https://img.example.com/example.jpg'});Parameters
| Property | Type | Required | Description |
| url | String | Yes | URL of the image to be saved. |
| showActionSheet | Boolean | No | Whether to show the menu when saving image, by default it is |
| success | Function | No | Callback function upon call success. |
| fail | Function | No | Callback function upon call failure. |
| complete | Function | No | Callback function upon call completion (to be executed upon either call success or failure). |
Error Code
| Error | Description |
| 2 | Invalid parameter, no url parameter transferred. |
| 15 | Album right not enabled (iOS only). |
| 16 | Insufficient album storage on cellphone (iOS only). |
| 17 | Other errors during picture saving. |