MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update / downloadFullUpdate

Method downloadFullUpdate

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

Source from the content-addressed store, hash-verified

29 hash: string;
30 }): Promise<void>;
31 downloadFullUpdate(options: {
32 updateUrl: string;
33 hash: string;
34 }): Promise<void>;

Callers 3

downloadFullUpdateMethod · 0.65
PushyClass · 0.65
downloadFullUpdateMethod · 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