Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Save an image to the device album.
false
my.saveImage({ url: 'https://example.com/image.jpg', success: () => { my.showToast({ content: 'Saved to album', type: 'success' }); }, fail: () => { my.showToast({ content: 'Save failed', type: 'fail' }); } });