UpdateControllerPlugin.pause()
PluginUpdateControllerPluginpauseLess than 1 minute
Pause the download of the app. Calling this API will also pause the download progress update.
Note
When the download link service does not support resumed downloading, it will be downloaded again.
Example
import { updateControllerPlugin } from "@plaoc/plugins";
updateControllerPlugin.pause();
Function signature
pause(): Promise<boolean>
Parameters
- none
return value
-boolean
Platform compatibility
Properties/Methods/Events | Android | IOS | Desktop |
---|---|---|---|
pause | ✅ | ✅ |
Related Links
Powered by Waline v2.15.7