Get an UpdateManager instance to manage Mini Program updates.Documentation Index
Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Return Value
Returns an UpdateManager object.UpdateManager Methods
| Method | Description |
|---|---|
| onCheckForUpdate(callback) | Called when update check completes |
| onUpdateReady(callback) | Called when new version is downloaded |
| onUpdateFailed(callback) | Called when update download fails |
| applyUpdate() | Force apply and restart with new version |