Skip to main content

UpdateControllerPlugin.pause()

BFChainPluginUpdateControllerPluginpauseLess 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/EventsAndroidIOSDesktop
pause

UpdateControllerPlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.7