Variables
SceneEvents
const SceneEvents: {
sceneContentSetup: string;
sceneDidActivate: string;
sceneDidDisconnect: string;
sceneDidEnterBackground: string;
sceneWillConnect: string;
sceneWillEnterForeground: string;
sceneWillResignActive: string;
};Defined in: application/application-common.ts
Type Declaration
sceneContentSetup
sceneContentSetup: string;Deprecated
Use the Application 'windowOpen' event and NativeWindow.setContent() instead.
sceneDidActivate
sceneDidActivate: string;Deprecated
Use NativeWindowEvents.sceneDidActivate instead.
sceneDidDisconnect
sceneDidDisconnect: string;Deprecated
Use NativeWindowEvents.sceneDidDisconnect instead.
sceneDidEnterBackground
sceneDidEnterBackground: string;Deprecated
Use NativeWindowEvents.sceneDidEnterBackground instead.
sceneWillConnect
sceneWillConnect: string;Deprecated
Use NativeWindowEvents.sceneWillConnect instead.
sceneWillEnterForeground
sceneWillEnterForeground: string;Deprecated
Use NativeWindowEvents.sceneWillEnterForeground instead.
sceneWillResignActive
sceneWillResignActive: string;Deprecated
Use NativeWindowEvents.sceneWillResignActive instead.
Deprecated
Use NativeWindowEvents from @nativescript/core/native-window instead.
- Previous
- scaleYProperty