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

Function getiOSWindow

packages/core/application/helpers-common.ts:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101
102let _iosWindow: UIWindow;
103export function getiOSWindow(): UIWindow {
104 return _iosWindow;
105}
106export function setiOSWindow(value: UIWindow) {
107 _iosWindow = value;
108}

Callers 6

windowMethod · 0.90
notifyAppStartedMethod · 0.90
_setupWindowForSceneMethod · 0.90
getPrimaryWindowMethod · 0.90
showUIAlertControllerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected