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

Method onUnloaded

packages/core/ui/core/view/index.android.ts:775–779  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

773
774 @profile
775 public onUnloaded() {
776 this._manager = null;
777 this._rootManager = null;
778 super.onUnloaded();
779 }
780
781 public onBackPressed(): boolean {
782 const topmostFrame = topmost();

Callers 2

onUnloadedFunction · 0.45
callUnloadedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected