MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / reloadPage

Function reloadPage

packages/core/ui/frame/index.android.ts:598–602  ·  view source on GitHub ↗
(context?: ModuleContext)

Source from the content-addressed store, hash-verified

596}
597
598export function reloadPage(context?: ModuleContext): void {
599 console.warn('reloadPage() is deprecated. Use Frame.reloadPage() instead.');
600
601 return Frame.reloadPage(context);
602}
603
604// attach on global, so it can be overwritten in NativeScript Angular
605global.__onLiveSyncCore = Frame.reloadPage;

Callers

nothing calls this directly

Calls 2

warnMethod · 0.80
reloadPageMethod · 0.45

Tested by

no test coverage detected