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

Method reloadUpdate

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

Source from the content-addressed store, hash-verified

16 getLocalHashInfo(hash: string): Promise<string>;
17 setUuid(uuid: string): Promise<void>;
18 reloadUpdate(options: { hash: string }): Promise<void>;
19 restartApp(): Promise<void>;
20 setNeedUpdate(options: { hash: string }): Promise<void>;
21 markSuccess(): Promise<void>;

Callers 1

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