UpdateControllerPlugin.download()
August 11, 2023
- Plugin
download apps
UpdateControllerPlugin.download(metadataUrl)
parameters
metadataUrl
The parameter is the address to access app metadata; The type of the parameter is string;
return value
Return a Promise, resolve to fulfill the BFSMetaData object
Example
import { dwebServiceWorkerPlugin } from "@plaoc/plugin"
dwebServiceWorkerPlugin.updateController.download("http://xxx")
Platform Compatibility
Property/Method/Event | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
download | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.13.0