MCPcopy Index your code
hub / github.com/reactnativecn/react-native-update / downloadAndInstallApk

Method downloadAndInstallApk

src/NativePushy.ts:35–35  ·  view source on GitHub ↗
(options: {
    url: string;
    target: string;
    hash: string;
  })

Source from the content-addressed store, hash-verified

33 hash: string;
34 }): Promise<void>;
35 downloadAndInstallApk(options: {
36 url: string;
37 target: string;
38 hash: string;

Callers 2

PushyClass · 0.65
UpdateProviderFunction · 0.65

Implementers 3

UpdateModuleandroid/src/newarch/cn/reactnative/mod
UpdateModuleandroid/src/oldarch/cn/reactnative/mod
PushyTurboModuleharmony/pushy/src/main/ets/PushyTurboM

Calls

no outgoing calls

Tested by

no test coverage detected