Skip to content

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 路径
fetchFnfetch
parseErrorAndThrow非 2xx 抛错