fetchDistributeAndroidUpdate
公开分发接口:检查 Android 整包更新并读取安装信息。供 Capacitor SPA 壳注入使用。
函数签名
typescript
function fetchDistributeAndroidUpdate(
deps: DistributeAndroidUpdateFetchDeps,
bundleId: string,
opts?: { versionCode?: string; versionName?: string },
): Promise<DistributeCheckUpdateResult>
function fetchDistributePublicInstall(
deps: DistributeAndroidUpdateFetchDeps,
shortcut: string,
): Promise<DistributePublicInstallInfo>前置依赖
| 参数名 | 说明 |
|---|---|
buildApiUrl | 拼 REST 路径 |
fetchFn | fetch |
parseErrorAndThrow | 非 2xx 抛错 |