MCPcopy Index your code
hub / github.com/NativeScript/nativescript-angular / AppLaunchView

Interface AppLaunchView

nativescript-angular/platform-common.ts:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45// tslint:enable:max-line-length
46
47export interface AppLaunchView extends LayoutBase {
48 // called when the animation is to begin
49 startAnimation?: () => void;
50 // called when bootstrap is complete and cleanup can begin
51 // should resolve when animation is completely finished
52 cleanup?: () => Promise<any>;
53}
54
55export interface AppOptions {
56 bootInExistingPage?: boolean;

Callers

nothing calls this directly

Implementers 1

LaunchAnimatione2e/animation-examples/app/main.ts

Calls

no outgoing calls

Tested by

no test coverage detected