Request parameters for downloading a file via native bridge.
{ fileUrl: 'https://example.com/report.pdf', fileName: 'report.pdf'} Copy
{ fileUrl: 'https://example.com/report.pdf', fileName: 'report.pdf'}
The desired name for the downloaded file.
The URL of the file to download.
Request parameters for downloading a file via native bridge.
Example